public class DescribeProIspPlaySumInfoListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeProIspPlaySumInfoListRequest() |
DescribeProIspPlaySumInfoListRequest(DescribeProIspPlaySumInfoListRequest 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 结束时间,
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
注:EndTime 和 StartTime 只支持最近1天的数据查询。
|
String |
getMainlandOrOversea()
Get 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。
|
String |
getOutLanguage()
Get 输出字段使用的语言,可选值:Chinese(默认值),English;目前国家,省份和运营商支持多语言。
|
Long |
getPageNum()
Get 页号,范围是[1,1000],默认值是1。
|
Long |
getPageSize()
Get 每页个数,范围是[1,1000],默认值是20。
|
String[] |
getPlayDomains()
Get 播放域名列表,不填则为全部。
|
String |
getStartTime()
Get 起始时间,
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
String |
getStatType()
Get 统计的类型,可选值:”Province”(省份),”Isp”(运营商),“CountryOrArea”(国家或地区)。
|
void |
setEndTime(String EndTime)
Set 结束时间,
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
注:EndTime 和 StartTime 只支持最近1天的数据查询。
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。
|
void |
setOutLanguage(String OutLanguage)
Set 输出字段使用的语言,可选值:Chinese(默认值),English;目前国家,省份和运营商支持多语言。
|
void |
setPageNum(Long PageNum)
Set 页号,范围是[1,1000],默认值是1。
|
void |
setPageSize(Long PageSize)
Set 每页个数,范围是[1,1000],默认值是20。
|
void |
setPlayDomains(String[] PlayDomains)
Set 播放域名列表,不填则为全部。
|
void |
setStartTime(String StartTime)
Set 起始时间,
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
|
void |
setStatType(String StatType)
Set 统计的类型,可选值:”Province”(省份),”Isp”(运营商),“CountryOrArea”(国家或地区)。
|
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 DescribeProIspPlaySumInfoListRequest()
public DescribeProIspPlaySumInfoListRequest(DescribeProIspPlaySumInfoListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 起始时间,
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间,
使用UTC格式时间,
例如:2019-01-08T10:00:00Z。
注意:北京时间值为 UTC 时间值 + 8 小时,格式按照 ISO 8601 标准表示,详见 [ISO 日期格式说明](https://cloud.tencent.com/document/product/267/38543#:~:text=I-,ISO,-%E6%97%A5%E6%9C%9F%E6%A0%BC%E5%BC%8F)。
注:EndTime 和 StartTime 只支持最近1天的数据查询。public String getStatType()
public void setStatType(String StatType)
StatType
- 统计的类型,可选值:”Province”(省份),”Isp”(运营商),“CountryOrArea”(国家或地区)。public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- 播放域名列表,不填则为全部。public Long getPageNum()
public void setPageNum(Long PageNum)
PageNum
- 页号,范围是[1,1000],默认值是1。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页个数,范围是[1,1000],默认值是20。public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。public String getOutLanguage()
public void setOutLanguage(String OutLanguage)
OutLanguage
- 输出字段使用的语言,可选值:Chinese(默认值),English;目前国家,省份和运营商支持多语言。Copyright © 2024. All rights reserved.