class KeyRangeInfo extends Collection (View source)

Properties

protected $collection_key
protected $contextValuesType
protected $contextValuesDataType
int $endKeyIndex
protected $infoType
protected $infoDataType
string $keysCount
protected $metricType
protected $metricDataType
int $startKeyIndex
string $timeOffset
protected $unitType
protected $unitDataType
float $value

Methods

setContextValues($contextValues)

No description

getContextValues()

No description

setEndKeyIndex($endKeyIndex)

No description

int
getEndKeyIndex()

No description

setInfo(LocalizedString $info)

No description

getInfo()

No description

setKeysCount($keysCount)

No description

string
getKeysCount()

No description

setMetric(LocalizedString $metric)

No description

getMetric()

No description

setStartKeyIndex($startKeyIndex)

No description

int
getStartKeyIndex()

No description

setTimeOffset($timeOffset)

No description

string
getTimeOffset()

No description

setUnit(LocalizedString $unit)

No description

getUnit()

No description

setValue($value)

No description

float
getValue()

No description

Details

setContextValues($contextValues)

No description

Parameters

$contextValues

ContextValue[] getContextValues()

No description

Return Value

ContextValue[]

setEndKeyIndex($endKeyIndex)

No description

Parameters

$endKeyIndex

int getEndKeyIndex()

No description

Return Value

int

setInfo(LocalizedString $info)

No description

Parameters

LocalizedString $info

LocalizedString getInfo()

No description

Return Value

LocalizedString

setKeysCount($keysCount)

No description

Parameters

$keysCount

string getKeysCount()

No description

Return Value

string

setMetric(LocalizedString $metric)

No description

Parameters

LocalizedString $metric

LocalizedString getMetric()

No description

Return Value

LocalizedString

setStartKeyIndex($startKeyIndex)

No description

Parameters

$startKeyIndex

int getStartKeyIndex()

No description

Return Value

int

setTimeOffset($timeOffset)

No description

Parameters

$timeOffset

string getTimeOffset()

No description

Return Value

string

setUnit(LocalizedString $unit)

No description

Parameters

LocalizedString $unit

LocalizedString getUnit()

No description

Return Value

LocalizedString

setValue($value)

No description

Parameters

$value

float getValue()

No description

Return Value

float