コード例 #1
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;
 }
コード例 #2
0
 public Builder clearIsDotnetClient() {
   result.hasIsDotnetClient = false;
   result.isDotnetClient_ = true;
   return this;
 }
コード例 #3
0
 public Builder setIsDotnetClient(boolean value) {
   result.hasIsDotnetClient = true;
   result.isDotnetClient_ = value;
   return this;
 }
コード例 #4
0
 // optional bool isDotnetClient = 4 [default = true];
 public boolean hasIsDotnetClient() {
   return result.hasIsDotnetClient();
 }