public class DescribePlayErrorCodeDetailInfoListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePlayErrorCodeDetailInfoListRequest() |
DescribePlayErrorCodeDetailInfoListRequest(DescribePlayErrorCodeDetailInfoListRequest 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天的数据查询。
|
Long |
getGranularity()
Get 查询粒度:
1-1分钟粒度。
|
String |
getMainlandOrOversea()
Get 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。
|
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 是,可选值包括”4xx”,”5xx”,支持”4xx,5xx”等这种混合模式。
|
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 |
setGranularity(Long Granularity)
Set 查询粒度:
1-1分钟粒度。
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。
|
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 是,可选值包括”4xx”,”5xx”,支持”4xx,5xx”等这种混合模式。
|
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, toJsonString
public DescribePlayErrorCodeDetailInfoListRequest()
public DescribePlayErrorCodeDetailInfoListRequest(DescribePlayErrorCodeDetailInfoListRequest 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 Long getGranularity()
public void setGranularity(Long Granularity)
Granularity
- 查询粒度:
1-1分钟粒度。public String getStatType()
public void setStatType(String StatType)
StatType
- 是,可选值包括”4xx”,”5xx”,支持”4xx,5xx”等这种混合模式。public String[] getPlayDomains()
public void setPlayDomains(String[] PlayDomains)
PlayDomains
- 播放域名列表。public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- 地域,可选值:Mainland,Oversea,China,Foreign,Global(默认值);如果为空,查询总的数据;如果为“Mainland”,查询中国大陆的数据;如果为“Oversea”,则查询中国大陆以外的数据;如果为China,查询中国的数据(包括港澳台);如果为Foreign,查询国外的数据(不包括港澳台)。Copyright © 2024. All rights reserved.