Class DescribeRecordDatesByLiveRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.DescribeRecordDatesByLiveRequest
-
public class DescribeRecordDatesByLiveRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRecordDatesByLiveRequest()DescribeRecordDatesByLiveRequest(DescribeRecordDatesByLiveRequest 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 LonggetLimit()Get 限制值,本地录制时参数无效StringgetLiveChannelId()Get 直播频道IDLonggetOffset()Get 分页值,本地录制时参数无效voidsetLimit(Long Limit)Set 限制值,本地录制时参数无效voidsetLiveChannelId(String LiveChannelId)Set 直播频道IDvoidsetOffset(Long Offset)Set 分页值,本地录制时参数无效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
-
DescribeRecordDatesByLiveRequest
public DescribeRecordDatesByLiveRequest()
-
DescribeRecordDatesByLiveRequest
public DescribeRecordDatesByLiveRequest(DescribeRecordDatesByLiveRequest 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
-
getLiveChannelId
public String getLiveChannelId()
Get 直播频道ID- Returns:
- LiveChannelId 直播频道ID
-
setLiveChannelId
public void setLiveChannelId(String LiveChannelId)
Set 直播频道ID- Parameters:
LiveChannelId- 直播频道ID
-
getOffset
public Long getOffset()
Get 分页值,本地录制时参数无效- Returns:
- Offset 分页值,本地录制时参数无效
-
setOffset
public void setOffset(Long Offset)
Set 分页值,本地录制时参数无效- Parameters:
Offset- 分页值,本地录制时参数无效
-
getLimit
public Long getLimit()
Get 限制值,本地录制时参数无效- Returns:
- Limit 限制值,本地录制时参数无效
-
setLimit
public void setLimit(Long Limit)
Set 限制值,本地录制时参数无效- Parameters:
Limit- 限制值,本地录制时参数无效
-
-