Class DescribeConcurrentRecordStreamNumRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.DescribeConcurrentRecordStreamNumRequest
-
public class DescribeConcurrentRecordStreamNumRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndTime()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天。StringgetLiveType()Get 直播类型,SlowLive:慢直播。 NormalLive:普通直播。StringgetMainlandOrOversea()Get 如果为空,查询所有地区数据;如果为“Mainland”,查询国内数据;如果为“Oversea”,则查询国外数据。String[]getPushDomains()Get 推流域名列表,不填表示总体数据。StringgetStartTime()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天的数据。voidsetEndTime(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天。voidsetLiveType(String LiveType)Set 直播类型,SlowLive:慢直播。 NormalLive:普通直播。voidsetMainlandOrOversea(String MainlandOrOversea)Set 如果为空,查询所有地区数据;如果为“Mainland”,查询国内数据;如果为“Oversea”,则查询国外数据。voidsetPushDomains(String[] PushDomains)Set 推流域名列表,不填表示总体数据。voidsetStartTime(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天的数据。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
-
DescribeConcurrentRecordStreamNumRequest
public DescribeConcurrentRecordStreamNumRequest()
-
DescribeConcurrentRecordStreamNumRequest
public 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.
-
-
Method Detail
-
getLiveType
public String getLiveType()
Get 直播类型,SlowLive:慢直播。 NormalLive:普通直播。- Returns:
- LiveType 直播类型,SlowLive:慢直播。 NormalLive:普通直播。
-
setLiveType
public void setLiveType(String LiveType)
Set 直播类型,SlowLive:慢直播。 NormalLive:普通直播。- Parameters:
LiveType- 直播类型,SlowLive:慢直播。 NormalLive:普通直播。
-
getStartTime
public 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天的数据。- Returns:
- 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天的数据。
-
setStartTime
public 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天的数据。- Parameters:
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天的数据。
-
getEndTime
public 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天。- Returns:
- 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天。
-
setEndTime
public 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天。- Parameters:
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天。
-
getMainlandOrOversea
public String getMainlandOrOversea()
Get 如果为空,查询所有地区数据;如果为“Mainland”,查询国内数据;如果为“Oversea”,则查询国外数据。- Returns:
- MainlandOrOversea 如果为空,查询所有地区数据;如果为“Mainland”,查询国内数据;如果为“Oversea”,则查询国外数据。
-
setMainlandOrOversea
public void setMainlandOrOversea(String MainlandOrOversea)
Set 如果为空,查询所有地区数据;如果为“Mainland”,查询国内数据;如果为“Oversea”,则查询国外数据。- Parameters:
MainlandOrOversea- 如果为空,查询所有地区数据;如果为“Mainland”,查询国内数据;如果为“Oversea”,则查询国外数据。
-
getPushDomains
public String[] getPushDomains()
Get 推流域名列表,不填表示总体数据。- Returns:
- PushDomains 推流域名列表,不填表示总体数据。
-
setPushDomains
public void setPushDomains(String[] PushDomains)
Set 推流域名列表,不填表示总体数据。- Parameters:
PushDomains- 推流域名列表,不填表示总体数据。
-
-