class UInt32Value extends Message

Wrapper message for uint32.

The JSON representation for UInt32Value is JSON number.

Protobuf type Google\Protobuf\UInt32Value

Methods

__construct()

No description

int
getValue()

The uint32 value.

setValue(int $var)

The uint32 value.

Details

at line 26
__construct()

at line 37
int getValue()

The uint32 value.

Generated from protobuf field uint32 value = 1;

Return Value

int

at line 48
setValue(int $var)

The uint32 value.

Generated from protobuf field uint32 value = 1;

Parameters

int $var