Class DescribeRecordDatesByChannelRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.DescribeRecordDatesByChannelRequest
-
public class DescribeRecordDatesByChannelRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRecordDatesByChannelRequest()DescribeRecordDatesByChannelRequest(DescribeRecordDatesByChannelRequest 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 StringgetChannelId()Get 通道唯一标识StringgetDeviceId()Get 设备唯一标识LonggetLimit()Get 限制量,默认200LonggetOffset()Get 偏移量,默认0LonggetType()Get 1: 云端录制 2: 本地录制voidsetChannelId(String ChannelId)Set 通道唯一标识voidsetDeviceId(String DeviceId)Set 设备唯一标识voidsetLimit(Long Limit)Set 限制量,默认200voidsetOffset(Long Offset)Set 偏移量,默认0voidsetType(Long Type)Set 1: 云端录制 2: 本地录制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
-
DescribeRecordDatesByChannelRequest
public DescribeRecordDatesByChannelRequest()
-
DescribeRecordDatesByChannelRequest
public DescribeRecordDatesByChannelRequest(DescribeRecordDatesByChannelRequest 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
-
getDeviceId
public String getDeviceId()
Get 设备唯一标识- Returns:
- DeviceId 设备唯一标识
-
setDeviceId
public void setDeviceId(String DeviceId)
Set 设备唯一标识- Parameters:
DeviceId- 设备唯一标识
-
getChannelId
public String getChannelId()
Get 通道唯一标识- Returns:
- ChannelId 通道唯一标识
-
setChannelId
public void setChannelId(String ChannelId)
Set 通道唯一标识- Parameters:
ChannelId- 通道唯一标识
-
getType
public Long getType()
Get 1: 云端录制 2: 本地录制- Returns:
- Type 1: 云端录制 2: 本地录制
-
setType
public void setType(Long Type)
Set 1: 云端录制 2: 本地录制- Parameters:
Type- 1: 云端录制 2: 本地录制
-
getLimit
public Long getLimit()
Get 限制量,默认200- Returns:
- Limit 限制量,默认200
-
setLimit
public void setLimit(Long Limit)
Set 限制量,默认200- Parameters:
Limit- 限制量,默认200
-
getOffset
public Long getOffset()
Get 偏移量,默认0- Returns:
- Offset 偏移量,默认0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认0- Parameters:
Offset- 偏移量,默认0
-
-