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