public class DataPoint extends AbstractModel
Constructor and Description |
---|
DataPoint() |
DataPoint(DataPoint source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Dimension[] |
getDimensions()
Get Combination of instance object dimensions
|
Long[] |
getTimestamps()
Get The array of timestamps indicating at which points in time there is data.
|
Float[] |
getValues()
Get The array of monitoring values, which is in one-to-one correspondence to Timestamps
|
void |
setDimensions(Dimension[] Dimensions)
Set Combination of instance object dimensions
|
void |
setTimestamps(Long[] Timestamps)
Set The array of timestamps indicating at which points in time there is data.
|
void |
setValues(Float[] Values)
Set The array of monitoring values, which is in one-to-one correspondence to Timestamps
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DataPoint()
public DataPoint(DataPoint source)
public Dimension[] getDimensions()
public void setDimensions(Dimension[] Dimensions)
Dimensions
- Combination of instance object dimensionspublic Long[] getTimestamps()
public void setTimestamps(Long[] Timestamps)
Timestamps
- The array of timestamps indicating at which points in time there is data. Missing timestamps have no data points (i.e., missed)public Float[] getValues()
public void setValues(Float[] Values)
Values
- The array of monitoring values, which is in one-to-one correspondence to TimestampsCopyright © 2023. All rights reserved.