public class EcdnData extends AbstractModel
| Constructor and Description | 
|---|
| EcdnData() | 
| EcdnData(EcdnData 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 | 
|---|---|
| TimestampData[] | getDetailData()Get Detailed data collection | 
| String[] | getMetrics()Get Queries the specified metric. | 
| void | setDetailData(TimestampData[] DetailData)Set Detailed data collection | 
| void | setMetrics(String[] Metrics)Set Queries the specified metric. | 
| 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 EcdnData()
public EcdnData(EcdnData source)
public String[] getMetrics()
public void setMetrics(String[] Metrics)
Metrics - Queries the specified metric. Valid values: Bandwidth, Flux, Request, Delay, status code, LogBandwidth, LogFlux, LogRequestpublic TimestampData[] getDetailData()
public void setDetailData(TimestampData[] DetailData)
DetailData - Detailed data collectionCopyright © 2022. All rights reserved.