public class SummarizedData extends AbstractModel
| Constructor and Description | 
|---|
| SummarizedData() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get Aggregation method, which can be:
sum: aggregate summation
max: maximum value; in bandwidth mode, the peak bandwidth is calculated based on the aggregate data with 5-minute granularity. | 
| Float | getValue()Get Aggregate data value | 
| void | setName(String Name)Set Aggregation method, which can be:
sum: aggregate summation
max: maximum value; in bandwidth mode, the peak bandwidth is calculated based on the aggregate data with 5-minute granularity. | 
| void | setValue(Float Value)Set Aggregate data 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, toJsonStringpublic 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 aggregate data with 5-minute granularity.
avg: average valuepublic Float getValue()
public void setValue(Float Value)
Value - Aggregate data valueCopyright © 2021. All rights reserved.