Class DescribePlayErrorCodeSumInfoListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.DescribePlayErrorCodeSumInfoListRequest
-
public class DescribePlayErrorCodeSumInfoListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribePlayErrorCodeSumInfoListRequest()DescribePlayErrorCodeSumInfoListRequest(DescribePlayErrorCodeSumInfoListRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndTime()Get 结束时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。 注:EndTime 和 StartTime 只支持最近1天的数据查询。StringgetGroupType()Get 分组参数,可选值:CountryProIsp(默认值),Country(国家),默认是按照国家+省份+运营商来进行分组;目前国外的省份和运营商暂时无法识别。StringgetMainlandOrOversea()Get 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。StringgetOutLanguage()Get 输出字段使用的语言,可选值:Chinese(默认值),English,目前国家,省份和运营商支持多语言。LonggetPageNum()Get 页数,范围[1,1000],默认值是1。LonggetPageSize()Get 每页个数,范围:[1,1000],默认值是20。String[]getPlayDomains()Get 播放域名列表,不填表示总体数据。StringgetStartTime()Get 起始时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。voidsetEndTime(String EndTime)Set 结束时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。 注:EndTime 和 StartTime 只支持最近1天的数据查询。voidsetGroupType(String GroupType)Set 分组参数,可选值:CountryProIsp(默认值),Country(国家),默认是按照国家+省份+运营商来进行分组;目前国外的省份和运营商暂时无法识别。voidsetMainlandOrOversea(String MainlandOrOversea)Set 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。voidsetOutLanguage(String OutLanguage)Set 输出字段使用的语言,可选值:Chinese(默认值),English,目前国家,省份和运营商支持多语言。voidsetPageNum(Long PageNum)Set 页数,范围[1,1000],默认值是1。voidsetPageSize(Long PageSize)Set 每页个数,范围:[1,1000],默认值是20。voidsetPlayDomains(String[] PlayDomains)Set 播放域名列表,不填表示总体数据。voidsetStartTime(String StartTime)Set 起始时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribePlayErrorCodeSumInfoListRequest
public DescribePlayErrorCodeSumInfoListRequest()
-
DescribePlayErrorCodeSumInfoListRequest
public DescribePlayErrorCodeSumInfoListRequest(DescribePlayErrorCodeSumInfoListRequest 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.
-
-
Method Detail
-
getStartTime
public String getStartTime()
Get 起始时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。- Returns:
- StartTime 起始时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。
-
setStartTime
public void setStartTime(String StartTime)
Set 起始时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。- Parameters:
StartTime- 起始时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。
-
getEndTime
public String getEndTime()
Get 结束时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。 注:EndTime 和 StartTime 只支持最近1天的数据查询。- Returns:
- EndTime 结束时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。 注:EndTime 和 StartTime 只支持最近1天的数据查询。
-
setEndTime
public void setEndTime(String EndTime)
Set 结束时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。 注:EndTime 和 StartTime 只支持最近1天的数据查询。- Parameters:
EndTime- 结束时间点,北京时间。 格式:yyyy-mm-dd HH:MM:SS。 注:EndTime 和 StartTime 只支持最近1天的数据查询。
-
getPlayDomains
public String[] getPlayDomains()
Get 播放域名列表,不填表示总体数据。- Returns:
- PlayDomains 播放域名列表,不填表示总体数据。
-
setPlayDomains
public void setPlayDomains(String[] PlayDomains)
Set 播放域名列表,不填表示总体数据。- Parameters:
PlayDomains- 播放域名列表,不填表示总体数据。
-
getPageNum
public Long getPageNum()
Get 页数,范围[1,1000],默认值是1。- Returns:
- PageNum 页数,范围[1,1000],默认值是1。
-
setPageNum
public void setPageNum(Long PageNum)
Set 页数,范围[1,1000],默认值是1。- Parameters:
PageNum- 页数,范围[1,1000],默认值是1。
-
getPageSize
public Long getPageSize()
Get 每页个数,范围:[1,1000],默认值是20。- Returns:
- PageSize 每页个数,范围:[1,1000],默认值是20。
-
setPageSize
public void setPageSize(Long PageSize)
Set 每页个数,范围:[1,1000],默认值是20。- Parameters:
PageSize- 每页个数,范围:[1,1000],默认值是20。
-
getMainlandOrOversea
public String getMainlandOrOversea()
Get 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。- Returns:
- MainlandOrOversea 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。
-
setMainlandOrOversea
public void setMainlandOrOversea(String MainlandOrOversea)
Set 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。- Parameters:
MainlandOrOversea- 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。
-
getGroupType
public String getGroupType()
Get 分组参数,可选值:CountryProIsp(默认值),Country(国家),默认是按照国家+省份+运营商来进行分组;目前国外的省份和运营商暂时无法识别。- Returns:
- GroupType 分组参数,可选值:CountryProIsp(默认值),Country(国家),默认是按照国家+省份+运营商来进行分组;目前国外的省份和运营商暂时无法识别。
-
setGroupType
public void setGroupType(String GroupType)
Set 分组参数,可选值:CountryProIsp(默认值),Country(国家),默认是按照国家+省份+运营商来进行分组;目前国外的省份和运营商暂时无法识别。- Parameters:
GroupType- 分组参数,可选值:CountryProIsp(默认值),Country(国家),默认是按照国家+省份+运营商来进行分组;目前国外的省份和运营商暂时无法识别。
-
getOutLanguage
public String getOutLanguage()
Get 输出字段使用的语言,可选值:Chinese(默认值),English,目前国家,省份和运营商支持多语言。- Returns:
- OutLanguage 输出字段使用的语言,可选值:Chinese(默认值),English,目前国家,省份和运营商支持多语言。
-
setOutLanguage
public void setOutLanguage(String OutLanguage)
Set 输出字段使用的语言,可选值:Chinese(默认值),English,目前国家,省份和运营商支持多语言。- Parameters:
OutLanguage- 输出字段使用的语言,可选值:Chinese(默认值),English,目前国家,省份和运营商支持多语言。
-
-