class LabelValue extends Model (View source)

Properties

bool $boolValue
string $int64Value
string $stringValue

Methods

setBoolValue($boolValue)

No description

bool
getBoolValue()

No description

setInt64Value($int64Value)

No description

string
getInt64Value()

No description

setStringValue($stringValue)

No description

string
getStringValue()

No description

Details

setBoolValue($boolValue)

No description

Parameters

$boolValue

bool getBoolValue()

No description

Return Value

bool

setInt64Value($int64Value)

No description

Parameters

$int64Value

string getInt64Value()

No description

Return Value

string

setStringValue($stringValue)

No description

Parameters

$stringValue

string getStringValue()

No description

Return Value

string