public Builder setCacheId(java.lang.String value) { if (value == null) { throw new NullPointerException(); } result.hasCacheId = true; result.cacheId_ = value; return this; }
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 Builder clearIsRunning() { result.hasIsRunning = false; result.isRunning_ = false; return this; }
public Builder setIsRunning(boolean value) { result.hasIsRunning = true; result.isRunning_ = value; return this; }
public boolean getIsRunning() { return result.getIsRunning(); }
// optional bool isRunning = 3; public boolean hasIsRunning() { return result.hasIsRunning(); }
public Builder clearCacheId() { result.hasCacheId = false; result.cacheId_ = getDefaultInstance().getCacheId(); return this; }
public com.alachisoft.tayzgrid.common.protobuf.GetCacheBindingCommandProtocol .GetCacheBindingCommand getDefaultInstanceForType() { return com.alachisoft.tayzgrid.common.protobuf.GetCacheBindingCommandProtocol .GetCacheBindingCommand.getDefaultInstance(); }
public Builder setIsDotnetClient(boolean value) { result.hasIsDotnetClient = true; result.isDotnetClient_ = value; return this; }
// optional string cacheId = 2; public boolean hasCacheId() { return result.hasCacheId(); }
public Builder clearRequestId() { result.hasRequestId = false; result.requestId_ = 0L; return this; }
public Builder setRequestId(long value) { result.hasRequestId = true; result.requestId_ = value; return this; }
public long getRequestId() { return result.getRequestId(); }
// optional int64 requestId = 1; public boolean hasRequestId() { return result.hasRequestId(); }
public boolean isInitialized() { return result.isInitialized(); }
// optional bool isDotnetClient = 4 [default = true]; public boolean hasIsDotnetClient() { return result.hasIsDotnetClient(); }
public boolean getIsDotnetClient() { return result.getIsDotnetClient(); }
public java.lang.String getCacheId() { return result.getCacheId(); }
public Builder clearIsDotnetClient() { result.hasIsDotnetClient = false; result.isDotnetClient_ = true; return this; }
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.alachisoft.tayzgrid.common.protobuf.GetCacheBindingCommandProtocol .GetCacheBindingCommand.getDescriptor(); }