public class DescribeVideoListByChannelRequest extends AbstractModel
Constructor and Description |
---|
DescribeVideoListByChannelRequest() |
DescribeVideoListByChannelRequest(DescribeVideoListByChannelRequest 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 |
getChannelId()
Get 通道唯一标识
|
String |
getDate()
Get 指定某天。取值【YYYY-MM-DD】
为空时默认查询最近一天的记录
|
String |
getDeviceId()
Get 设备唯一标识
|
Long |
getLimit()
Get 限制量,默认2000
|
Long |
getOffset()
Get 偏移量,默认0
|
Long |
getType()
Get 1: 云端录制 2: 本地录制
|
void |
setChannelId(String ChannelId)
Set 通道唯一标识
|
void |
setDate(String Date)
Set 指定某天。取值【YYYY-MM-DD】
为空时默认查询最近一天的记录
|
void |
setDeviceId(String DeviceId)
Set 设备唯一标识
|
void |
setLimit(Long Limit)
Set 限制量,默认2000
|
void |
setOffset(Long Offset)
Set 偏移量,默认0
|
void |
setType(Long Type)
Set 1: 云端录制 2: 本地录制
|
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 DescribeVideoListByChannelRequest()
public DescribeVideoListByChannelRequest(DescribeVideoListByChannelRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备唯一标识public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道唯一标识public Long getType()
public void setType(Long Type)
Type
- 1: 云端录制 2: 本地录制public String getDate()
public void setDate(String Date)
Date
- 指定某天。取值【YYYY-MM-DD】
为空时默认查询最近一天的记录public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制量,默认2000public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认0Copyright © 2023. All rights reserved.