public class DescribePlayErrorCodeSumInfoListRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getEndTime()Get 结束时间点,北京时间。
格式:yyyy-mm-dd HH:MM:SS。
注:EndTime 和 StartTime 只支持最近1天的数据查询。 | 
| String | getGroupType()Get 分组参数,可选值:CountryProIsp(默认值),Country(国家),默认是按照国家+省份+运营商来进行分组;目前国外的省份和运营商暂时无法识别。 | 
| 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 起始时间点,北京时间。
格式:yyyy-mm-dd HH:MM:SS。 | 
| void | setEndTime(String EndTime)Set 结束时间点,北京时间。
格式:yyyy-mm-dd HH:MM:SS。
注:EndTime 和 StartTime 只支持最近1天的数据查询。 | 
| void | setGroupType(String GroupType)Set 分组参数,可选值:CountryProIsp(默认值),Country(国家),默认是按照国家+省份+运营商来进行分组;目前国外的省份和运营商暂时无法识别。 | 
| 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 起始时间点,北京时间。
格式:yyyy-mm-dd HH:MM:SS。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribePlayErrorCodeSumInfoListRequest()
public DescribePlayErrorCodeSumInfoListRequest(DescribePlayErrorCodeSumInfoListRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime - 起始时间点,北京时间。
格式:yyyy-mm-dd HH:MM:SS。public String getEndTime()
public void setEndTime(String EndTime)
EndTime - 结束时间点,北京时间。
格式:yyyy-mm-dd HH:MM:SS。
注:EndTime 和 StartTime 只支持最近1天的数据查询。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 getGroupType()
public void setGroupType(String GroupType)
GroupType - 分组参数,可选值:CountryProIsp(默认值),Country(国家),默认是按照国家+省份+运营商来进行分组;目前国外的省份和运营商暂时无法识别。public String getOutLanguage()
public void setOutLanguage(String OutLanguage)
OutLanguage - 输出字段使用的语言,可选值:Chinese(默认值),English,目前国家,省份和运营商支持多语言。Copyright © 2025. All rights reserved.