public class DescribeTopClientIpSumInfoListRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeTopClientIpSumInfoListRequest() |
DescribeTopClientIpSumInfoListRequest(DescribeTopClientIpSumInfoListRequest 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 |
getEndTime()
Get The end time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed four hours.
|
String |
getMainlandOrOversea()
Get Region.
|
String |
getOrderParam()
Get Sorting metric.
|
String |
getOutLanguage()
Get Language used in the output field.
|
Long |
getPageNum()
Get Page number.
|
Long |
getPageSize()
Get Number of entries per page.
|
String[] |
getPlayDomains()
Get Playback domain name.
|
String |
getStartTime()
Get The start time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed four hours.
|
void |
setEndTime(String EndTime)
Set The end time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed four hours.
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set Region.
|
void |
setOrderParam(String OrderParam)
Set Sorting metric.
|
void |
setOutLanguage(String OutLanguage)
Set Language used in the output field.
|
void |
setPageNum(Long PageNum)
Set Page number.
|
void |
setPageSize(Long PageSize)
Set Number of entries per page.
|
void |
setPlayDomains(String[] PlayDomains)
Set Playback domain name.
|
void |
setStartTime(String StartTime)
Set The start time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed four hours.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeTopClientIpSumInfoListRequest()
public DescribeTopClientIpSumInfoListRequest(DescribeTopClientIpSumInfoListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- The start time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed four hours. Interface request supports two time formats:
1) YYYY-MM-DDThh:mm:ssZ: ISO time format, for details, see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The end time of the request, supports data query for the last one day, the gap between the start time and the end time cannot exceed four hours. Interface request supports two time formats:
1) YYYY-MM-DDThh:mm:ssZ: ISO time format,for details,see [ISO Date Format Description](https://cloud.tencent.com/document/product/267/38543#:~:text=I- ,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)
2) YYYY-MM-DD hh:mm:ss: When using this format, it represents Beijing time by default.public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- Playback domain name. If this parameter is left empty, full data will be queried by default.public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- Page number. Value range: [1,1000]. Default value: 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Number of entries per page. Value range: [1,1000]. Default value: 20.public String getOrderParam()
public void setOrderParam(String OrderParam)
OrderParam
- Sorting metric. Valid values: TotalRequest (default value), FailedRequest, TotalFlux.public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- Region. Valid values: Mainland (data for Mainland China), Oversea (data for regions outside Mainland China), China (data for China, including Hong Kong, Macao, and Taiwan), Foreign (data for regions outside China, excluding Hong Kong, Macao, and Taiwan), Global (default). If this parameter is left empty, data for all regions will be queried.public String getOutLanguage()
public void setOutLanguage(String OutLanguage)
OutLanguage
- Language used in the output field. Valid values: Chinese (default), English. Currently, country/region, district, and ISP parameters support multiple languages.Copyright © 2023. All rights reserved.