public class CdnData extends AbstractModel
header, skipSign
Constructor and Description |
---|
CdnData() |
CdnData(CdnData 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 combination
|
String |
getMetric()
Get Queries by the specified metric:
`flux`: Traffic (in bytes)
`bandwidth`: Bandwidth (in bps)
`request`: Number of requests
`fluxHitRate`: Traffic hit rate (in %)
`statusCode`: Status code.
|
SummarizedData |
getSummarizedData()
Get Aggregate data combination
|
void |
setDetailData(TimestampData[] DetailData)
Set Detailed data combination
|
void |
setMetric(String Metric)
Set Queries by the specified metric:
`flux`: Traffic (in bytes)
`bandwidth`: Bandwidth (in bps)
`request`: Number of requests
`fluxHitRate`: Traffic hit rate (in %)
`statusCode`: Status code.
|
void |
setSummarizedData(SummarizedData SummarizedData)
Set Aggregate data combination
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CdnData()
public CdnData(CdnData source)
public String getMetric()
public void setMetric(String Metric)
Metric
- Queries by the specified metric:
`flux`: Traffic (in bytes)
`bandwidth`: Bandwidth (in bps)
`request`: Number of requests
`fluxHitRate`: Traffic hit rate (in %)
`statusCode`: Status code. The aggregate data for 2xx, 3xx, 4xx, and 5xx status codes will be returned (in entries)
`2XX`: Returns the aggregate list of 2xx status codes and the data for status codes starting with 2 (in entries)
`3XX`: Returns the aggregate list of 3xx status codes and the data for status codes starting with 3 (in entries)
`4XX`: Returns the aggregate list of 4xx status codes and the data for status codes starting with 4 (in entries)
`5XX`: Returns the aggregate list of 5xx status codes and the data for status codes starting with 5 (in entries)
You can also specify a status code for querying.public TimestampData[] getDetailData()
public void setDetailData(TimestampData[] DetailData)
DetailData
- Detailed data combinationpublic SummarizedData getSummarizedData()
public void setSummarizedData(SummarizedData SummarizedData)
SummarizedData
- Aggregate data combinationCopyright © 2024. All rights reserved.