public static final class UInt64Value.Builder extends GeneratedMessageLite.Builder<UInt64Value,UInt64Value.Builder> implements UInt64ValueOrBuilder
Wrapper message for uint64
.
The JSON representation for UInt64Value
is JSON string.
Protobuf type google.protobuf.UInt64Value
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > GeneratedMessageLite.Builder > UInt64Value.BuilderImplements
UInt64ValueOrBuilderMethods
clearValue()
public UInt64Value.Builder clearValue()
The uint64 value.
uint64 value = 1;
Returns | |
---|---|
Type | Description |
UInt64Value.Builder | This builder for chaining. |
getValue()
public long getValue()
The uint64 value.
uint64 value = 1;
Returns | |
---|---|
Type | Description |
long | The value. |
setValue(long value)
public UInt64Value.Builder setValue(long value)
The uint64 value.
uint64 value = 1;
Parameter | |
---|---|
Name | Description |
value | long The value to set. |
Returns | |
---|---|
Type | Description |
UInt64Value.Builder | This builder for chaining. |