Metric
class Metric extends Model (View source)
Properties
string | $aggregation | ||
protected | $categoryType | ||
protected | $categoryDataType | ||
protected | $derivedType | ||
protected | $derivedDataType | ||
protected | $displayLabelType | ||
protected | $displayLabelDataType | ||
bool | $hasNonzeroData | ||
float | $hotValue | ||
protected | $indexedHotKeysType | ||
protected | $indexedHotKeysDataType | ||
protected | $indexedKeyRangeInfosType | ||
protected | $indexedKeyRangeInfosDataType | ||
protected | $infoType | ||
protected | $infoDataType | ||
protected | $matrixType | ||
protected | $matrixDataType | ||
protected | $unitType | ||
protected | $unitDataType | ||
bool | $visible |
Methods
setAggregation($aggregation)
No description
string
getAggregation()
No description
getCategory()
No description
getDerived()
No description
getDisplayLabel()
No description
setHasNonzeroData($hasNonzeroData)
No description
bool
getHasNonzeroData()
No description
setHotValue($hotValue)
No description
float
getHotValue()
No description
setIndexedHotKeys($indexedHotKeys)
No description
getIndexedHotKeys()
No description
setIndexedKeyRangeInfos($indexedKeyRangeInfos)
No description
getIndexedKeyRangeInfos()
No description
getInfo()
No description
getMatrix()
No description
getUnit()
No description
setVisible($visible)
No description
bool
getVisible()
No description
Details
setAggregation($aggregation)
No description
string
getAggregation()
No description
setCategory(LocalizedString $category)
No description
LocalizedString
getCategory()
No description
setDerived(DerivedMetric $derived)
No description
DerivedMetric
getDerived()
No description
setDisplayLabel(LocalizedString $displayLabel)
No description
LocalizedString
getDisplayLabel()
No description
setHasNonzeroData($hasNonzeroData)
No description
bool
getHasNonzeroData()
No description
setHotValue($hotValue)
No description
float
getHotValue()
No description
setIndexedHotKeys($indexedHotKeys)
No description
IndexedHotKey[]
getIndexedHotKeys()
No description
setIndexedKeyRangeInfos($indexedKeyRangeInfos)
No description
IndexedKeyRangeInfos[]
getIndexedKeyRangeInfos()
No description
setInfo(LocalizedString $info)
No description
LocalizedString
getInfo()
No description
setMatrix(MetricMatrix $matrix)
No description
MetricMatrix
getMatrix()
No description
setUnit(LocalizedString $unit)
No description
LocalizedString
getUnit()
No description
setVisible($visible)
No description
bool
getVisible()
No description