コード例 #1
0
 public Builder setCacheId(java.lang.String value) {
   if (value == null) {
     throw new NullPointerException();
   }
   result.hasCacheId = true;
   result.cacheId_ = value;
   return this;
 }
コード例 #2
0
 public Builder mergeFrom(
     com.alachisoft.tayzgrid.common.protobuf.GetCacheBindingCommandProtocol
             .GetCacheBindingCommand
         other) {
   if (other
       == com.alachisoft.tayzgrid.common.protobuf.GetCacheBindingCommandProtocol
           .GetCacheBindingCommand.getDefaultInstance()) return this;
   if (other.hasRequestId()) {
     setRequestId(other.getRequestId());
   }
   if (other.hasCacheId()) {
     setCacheId(other.getCacheId());
   }
   if (other.hasIsRunning()) {
     setIsRunning(other.getIsRunning());
   }
   if (other.hasIsDotnetClient()) {
     setIsDotnetClient(other.getIsDotnetClient());
   }
   this.mergeUnknownFields(other.getUnknownFields());
   return this;
 }
コード例 #3
0
 public Builder clearIsRunning() {
   result.hasIsRunning = false;
   result.isRunning_ = false;
   return this;
 }
コード例 #4
0
 public Builder setIsRunning(boolean value) {
   result.hasIsRunning = true;
   result.isRunning_ = value;
   return this;
 }
コード例 #5
0
 public boolean getIsRunning() {
   return result.getIsRunning();
 }
コード例 #6
0
 // optional bool isRunning = 3;
 public boolean hasIsRunning() {
   return result.hasIsRunning();
 }
コード例 #7
0
 public Builder clearCacheId() {
   result.hasCacheId = false;
   result.cacheId_ = getDefaultInstance().getCacheId();
   return this;
 }
コード例 #8
0
 public com.alachisoft.tayzgrid.common.protobuf.GetCacheBindingCommandProtocol
         .GetCacheBindingCommand
     getDefaultInstanceForType() {
   return com.alachisoft.tayzgrid.common.protobuf.GetCacheBindingCommandProtocol
       .GetCacheBindingCommand.getDefaultInstance();
 }
コード例 #9
0
 public Builder setIsDotnetClient(boolean value) {
   result.hasIsDotnetClient = true;
   result.isDotnetClient_ = value;
   return this;
 }
コード例 #10
0
 // optional string cacheId = 2;
 public boolean hasCacheId() {
   return result.hasCacheId();
 }
コード例 #11
0
 public Builder clearRequestId() {
   result.hasRequestId = false;
   result.requestId_ = 0L;
   return this;
 }
コード例 #12
0
 public Builder setRequestId(long value) {
   result.hasRequestId = true;
   result.requestId_ = value;
   return this;
 }
コード例 #13
0
 public long getRequestId() {
   return result.getRequestId();
 }
コード例 #14
0
 // optional int64 requestId = 1;
 public boolean hasRequestId() {
   return result.hasRequestId();
 }
コード例 #15
0
 public boolean isInitialized() {
   return result.isInitialized();
 }
コード例 #16
0
 // optional bool isDotnetClient = 4 [default = true];
 public boolean hasIsDotnetClient() {
   return result.hasIsDotnetClient();
 }
コード例 #17
0
 public boolean getIsDotnetClient() {
   return result.getIsDotnetClient();
 }
コード例 #18
0
 public java.lang.String getCacheId() {
   return result.getCacheId();
 }
コード例 #19
0
 public Builder clearIsDotnetClient() {
   result.hasIsDotnetClient = false;
   result.isDotnetClient_ = true;
   return this;
 }
コード例 #20
0
 public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
   return com.alachisoft.tayzgrid.common.protobuf.GetCacheBindingCommandProtocol
       .GetCacheBindingCommand.getDescriptor();
 }