public class DescribeConcurrentRecordStreamNumRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeConcurrentRecordStreamNumRequest() |
DescribeConcurrentRecordStreamNumRequest(DescribeConcurrentRecordStreamNumRequest 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 结束时间点,接口查询支持两种时间格式:
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天。
|
String |
getLiveType()
Get 直播类型,SlowLive:慢直播。
NormalLive:普通直播。
|
String |
getMainlandOrOversea()
Get 如果为空,查询所有地区数据;如果为“Mainland”,查询国内数据;如果为“Oversea”,则查询国外数据。
|
String[] |
getPushDomains()
Get 推流域名列表,不填表示总体数据。
|
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:使用此格式时,默认代表北京时间。
可以查询最近180天的数据。
|
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天。
|
void |
setLiveType(String LiveType)
Set 直播类型,SlowLive:慢直播。
NormalLive:普通直播。
|
void |
setMainlandOrOversea(String MainlandOrOversea)
Set 如果为空,查询所有地区数据;如果为“Mainland”,查询国内数据;如果为“Oversea”,则查询国外数据。
|
void |
setPushDomains(String[] PushDomains)
Set 推流域名列表,不填表示总体数据。
|
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:使用此格式时,默认代表北京时间。
可以查询最近180天的数据。
|
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 DescribeConcurrentRecordStreamNumRequest()
public DescribeConcurrentRecordStreamNumRequest(DescribeConcurrentRecordStreamNumRequest source)
public String getLiveType()
public void setLiveType(String LiveType)
LiveType
- 直播类型,SlowLive:慢直播。
NormalLive:普通直播。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:使用此格式时,默认代表北京时间。
可以查询最近180天的数据。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天。public String getMainlandOrOversea()
public void setMainlandOrOversea(String MainlandOrOversea)
MainlandOrOversea
- 如果为空,查询所有地区数据;如果为“Mainland”,查询国内数据;如果为“Oversea”,则查询国外数据。public String[] getPushDomains()
public void setPushDomains(String[] PushDomains)
PushDomains
- 推流域名列表,不填表示总体数据。Copyright © 2024. All rights reserved.