public class DescribeLiveVideoListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeLiveVideoListRequest() | 
| DescribeLiveVideoListRequest(DescribeLiveVideoListRequest 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 | getEndExpireTime()Get 过期结束时间 | 
| Long | getEndFileSize()Get 文件大小范围 Byte | 
| Long | getEndRecordTime()Get 开始录制结束时间 | 
| Long | getIsRecording()Get 录制状态,5: 录制回写完 | 
| Long | getLimit()Get 分页的每页数量 | 
| String | getLiveChannelId()Get 直播频道ID | 
| Long | getOffset()Get 偏移量 | 
| Long | getStartExpireTime()Get 过期开始时间 | 
| Long | getStartFileSize()Get 文件大小范围 Byte | 
| Long | getStartRecordTime()Get 开始录制开始时间 | 
| void | setEndExpireTime(Long EndExpireTime)Set 过期结束时间 | 
| void | setEndFileSize(Long EndFileSize)Set 文件大小范围 Byte | 
| void | setEndRecordTime(Long EndRecordTime)Set 开始录制结束时间 | 
| void | setIsRecording(Long IsRecording)Set 录制状态,5: 录制回写完 | 
| void | setLimit(Long Limit)Set 分页的每页数量 | 
| void | setLiveChannelId(String LiveChannelId)Set 直播频道ID | 
| void | setOffset(Long Offset)Set 偏移量 | 
| void | setStartExpireTime(Long StartExpireTime)Set 过期开始时间 | 
| void | setStartFileSize(Long StartFileSize)Set 文件大小范围 Byte | 
| void | setStartRecordTime(Long StartRecordTime)Set 开始录制开始时间 | 
| 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, toJsonStringpublic DescribeLiveVideoListRequest()
public DescribeLiveVideoListRequest(DescribeLiveVideoListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页的每页数量public String getLiveChannelId()
public void setLiveChannelId(String LiveChannelId)
LiveChannelId - 直播频道IDpublic Long getStartRecordTime()
public void setStartRecordTime(Long StartRecordTime)
StartRecordTime - 开始录制开始时间public Long getEndRecordTime()
public void setEndRecordTime(Long EndRecordTime)
EndRecordTime - 开始录制结束时间public Long getStartExpireTime()
public void setStartExpireTime(Long StartExpireTime)
StartExpireTime - 过期开始时间public Long getEndExpireTime()
public void setEndExpireTime(Long EndExpireTime)
EndExpireTime - 过期结束时间public Long getStartFileSize()
public void setStartFileSize(Long StartFileSize)
StartFileSize - 文件大小范围 Bytepublic Long getEndFileSize()
public void setEndFileSize(Long EndFileSize)
EndFileSize - 文件大小范围 Bytepublic Long getIsRecording()
public void setIsRecording(Long IsRecording)
IsRecording - 录制状态,5: 录制回写完Copyright © 2025. All rights reserved.