public class SummarizedData extends AbstractModel
Constructor and Description |
---|
SummarizedData() |
SummarizedData(SummarizedData 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 |
---|---|
String |
getName()
Get Aggregation method, which can be:
`sum`: Aggregate summation
`max`: Maximum value.
|
Float |
getValue()
Get Aggregated value
|
void |
setName(String Name)
Set Aggregation method, which can be:
`sum`: Aggregate summation
`max`: Maximum value.
|
void |
setValue(Float Value)
Set Aggregated value
|
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 SummarizedData()
public SummarizedData(SummarizedData source)
public String getName()
public void setName(String Name)
Name
- Aggregation method, which can be:
`sum`: Aggregate summation
`max`: Maximum value. In bandwidth mode, the peak bandwidth is calculated based on the data aggregated in 5 minutes.
`avg`: Average valuepublic Float getValue()
public void setValue(Float Value)
Value
- Aggregated valueCopyright © 2023. All rights reserved.