Class UInt32Value.Builder (3.19.4)

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

Methods

clearValue()

public UInt32Value.Builder clearValue()

The uint32 value.

uint32 value = 1;

Returns
TypeDescription
UInt32Value.Builder

This builder for chaining.

getValue()

public int getValue()

The uint32 value.

uint32 value = 1;

Returns
TypeDescription
int

The value.

setValue(int value)

public UInt32Value.Builder setValue(int value)

The uint32 value.

uint32 value = 1;

Parameter
NameDescription
valueint

The value to set.

Returns
TypeDescription
UInt32Value.Builder

This builder for chaining.