public class DescribeAllDeviceListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAllDeviceListRequest() | 
| DescribeAllDeviceListRequest(DescribeAllDeviceListRequest 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[] | getDeviceIds()Get DeviceId列表,需要精确查找设备时为必填 | 
| Long[] | getDeviceTypes()Get 设备类型过滤,设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型) | 
| Long | getLimit()Get 限制,默认200 | 
| String | getNickName()Get 设备名称,需要模糊匹配设备名称时为必填 | 
| Long | getOffset()Get 偏移量,默认0 | 
| void | setDeviceIds(String[] DeviceIds)Set DeviceId列表,需要精确查找设备时为必填 | 
| void | setDeviceTypes(Long[] DeviceTypes)Set 设备类型过滤,设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型) | 
| void | setLimit(Long Limit)Set 限制,默认200 | 
| void | setNickName(String NickName)Set 设备名称,需要模糊匹配设备名称时为必填 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeAllDeviceListRequest()
public DescribeAllDeviceListRequest(DescribeAllDeviceListRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认0public Long getLimit()
public void setLimit(Long Limit)
Limit - 限制,默认200public String getNickName()
public void setNickName(String NickName)
NickName - 设备名称,需要模糊匹配设备名称时为必填public String[] getDeviceIds()
public void setDeviceIds(String[] DeviceIds)
DeviceIds - DeviceId列表,需要精确查找设备时为必填public Long[] getDeviceTypes()
public void setDeviceTypes(Long[] DeviceTypes)
DeviceTypes - 设备类型过滤,设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)Copyright © 2025. All rights reserved.