UInt32Value
extends Message
in package
Wrapper message for `uint32`.
The JSON representation for UInt32Value is JSON number.
Generated from protobuf message google.protobuf.UInt32Value
Table of Contents
Properties
- $value : mixed
- The uint32 value.
Methods
- __construct() : mixed
- Constructor.
- getValue() : int
- The uint32 value.
- setValue() : $this
- The uint32 value.
Properties
$value
The uint32 value.
protected
mixed
$value
= 0
Generated from protobuf field uint32 value = 1;
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = NULL ]) : mixed
Parameters
- $data : array<string|int, mixed> = NULL
-
{ Optional. Data for populating the Message object.
@type int $value The uint32 value.}
getValue()
The uint32 value.
public
getValue() : int
Generated from protobuf field uint32 value = 1;
Return values
intsetValue()
The uint32 value.
public
setValue(int $var) : $this
Generated from protobuf field uint32 value = 1;
Parameters
- $var : int