public class DescribeChannelsRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeChannelsRequest() |
DescribeChannelsRequest(DescribeChannelsRequest 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[] |
getChannelTypes()
Get 通道类型 0: 未知类型 1: 视频通道 2: 音频通道 3: 告警通道
|
String |
getDeviceId()
Get 设备Id
|
Long |
getLimit()
Get 限制,默认0
|
Long |
getOffset()
Get 偏移量,默认0
|
String |
getPlanId()
Get 录制计划ID, 当为"null"值时未绑定录制计划
|
Long |
getSceneId()
Get 告警联动场景ID, 当为 -1 值时未绑定场景
|
void |
setChannelTypes(Long[] ChannelTypes)
Set 通道类型 0: 未知类型 1: 视频通道 2: 音频通道 3: 告警通道
|
void |
setDeviceId(String DeviceId)
Set 设备Id
|
void |
setLimit(Long Limit)
Set 限制,默认0
|
void |
setOffset(Long Offset)
Set 偏移量,默认0
|
void |
setPlanId(String PlanId)
Set 录制计划ID, 当为"null"值时未绑定录制计划
|
void |
setSceneId(Long SceneId)
Set 告警联动场景ID, 当为 -1 值时未绑定场景
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeChannelsRequest()
public DescribeChannelsRequest(DescribeChannelsRequest source)
public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备Idpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制,默认0public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认0public Long[] getChannelTypes()
public void setChannelTypes(Long[] ChannelTypes)
ChannelTypes
- 通道类型 0: 未知类型 1: 视频通道 2: 音频通道 3: 告警通道public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 录制计划ID, 当为"null"值时未绑定录制计划public Long getSceneId()
public void setSceneId(Long SceneId)
SceneId
- 告警联动场景ID, 当为 -1 值时未绑定场景Copyright © 2023. All rights reserved.