class TypedValue extends Model (View source)

Properties

bool $boolValue
$doubleValue
string $int64Value
string $stringValue

Methods

setBoolValue($boolValue)

No description

bool
getBoolValue()

No description

setDoubleValue($doubleValue)

No description

getDoubleValue()

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

setDoubleValue($doubleValue)

No description

Parameters

$doubleValue

getDoubleValue()

No description

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