コード例 #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 clearRequestId() {
   result.hasRequestId = false;
   result.requestId_ = 0L;
   return this;
 }
コード例 #3
0
 public Builder setRequestId(long value) {
   result.hasRequestId = true;
   result.requestId_ = value;
   return this;
 }
コード例 #4
0
 // optional int64 requestId = 1;
 public boolean hasRequestId() {
   return result.hasRequestId();
 }