public class DescribeRecordDatesByLiveRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 限制值,本地录制时参数无效
|
String |
getLiveChannelId()
Get 直播频道ID
|
Long |
getOffset()
Get 分页值,本地录制时参数无效
|
void |
setLimit(Long Limit)
Set 限制值,本地录制时参数无效
|
void |
setLiveChannelId(String LiveChannelId)
Set 直播频道ID
|
void |
setOffset(Long Offset)
Set 分页值,本地录制时参数无效
|
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 DescribeRecordDatesByLiveRequest()
public DescribeRecordDatesByLiveRequest(DescribeRecordDatesByLiveRequest source)
public String getLiveChannelId()
public void setLiveChannelId(String LiveChannelId)
LiveChannelId
- 直播频道IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页值,本地录制时参数无效public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制值,本地录制时参数无效Copyright © 2023. All rights reserved.