public class DescribeIPCChannelsRequest extends AbstractModel
Constructor and Description |
---|
DescribeIPCChannelsRequest() |
DescribeIPCChannelsRequest(DescribeIPCChannelsRequest 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
|
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 |
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 DescribeIPCChannelsRequest()
public DescribeIPCChannelsRequest(DescribeIPCChannelsRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认0public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制,默认0public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备Idpublic Long[] getChannelTypes()
public void setChannelTypes(Long[] ChannelTypes)
ChannelTypes
- 通道类型 0: 未知类型 1: 视频通道 2: 音频通道 3: 告警通道Copyright © 2022. All rights reserved.