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; }
public boolean getIsRunning() { return result.getIsRunning(); }