public class DescribeUploadStreamNumsRequest extends AbstractModel
Constructor and Description |
---|
DescribeUploadStreamNumsRequest() |
DescribeUploadStreamNumsRequest(DescribeUploadStreamNumsRequest 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[] |
getDomains()
Get 直播域名,若不填,表示总体数据。
|
String |
getEndTime()
Get 结束时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
起始和结束时间跨度不支持超过31天。支持最近31天的数据查询
|
Long |
getGranularity()
Get 数据粒度,支持如下粒度:
5:5分钟粒度,(跨度不支持超过1天),
1440:天粒度(跨度不支持超过一个月)。
默认值:5。
|
String |
getStartTime()
Get 起始时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
|
void |
setDomains(String[] Domains)
Set 直播域名,若不填,表示总体数据。
|
void |
setEndTime(String EndTime)
Set 结束时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
起始和结束时间跨度不支持超过31天。支持最近31天的数据查询
|
void |
setGranularity(Long Granularity)
Set 数据粒度,支持如下粒度:
5:5分钟粒度,(跨度不支持超过1天),
1440:天粒度(跨度不支持超过一个月)。
默认值:5。
|
void |
setStartTime(String StartTime)
Set 起始时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2)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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeUploadStreamNumsRequest()
public DescribeUploadStreamNumsRequest(DescribeUploadStreamNumsRequest source)
public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 起始时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 结束时间点,接口查询支持两种时间格式:
1)YYYY-MM-DDThh:mm:ssZ:UTC时间格式,详见IOS日期格式说明文档: https://cloud.tencent.com/document/product/266/11732#I
2)YYYY-MM-DD hh:mm:ss:使用此格式时,默认代表北京时间。
起始和结束时间跨度不支持超过31天。支持最近31天的数据查询public String[] getDomains()
public void setDomains(String[] Domains)
Domains
- 直播域名,若不填,表示总体数据。public Long getGranularity()
public void setGranularity(Long Granularity)
Granularity
- 数据粒度,支持如下粒度:
5:5分钟粒度,(跨度不支持超过1天),
1440:天粒度(跨度不支持超过一个月)。
默认值:5。Copyright © 2023. All rights reserved.