コード例 #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 boolean getIsRunning() {
   return result.getIsRunning();
 }