public class DescribeDeviceListRequest extends AbstractModel
Constructor and Description |
---|
DescribeDeviceListRequest() |
DescribeDeviceListRequest(DescribeDeviceListRequest 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[] |
getDeviceTypes()
Get 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)
|
Long |
getLimit()
Get 限制,默认200
|
String |
getNickName()
Get 设备名前缀
|
Long |
getOffset()
Get 偏移量,默认0
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeDeviceListRequest()
public DescribeDeviceListRequest(DescribeDeviceListRequest 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 Long[] getDeviceTypes()
public void setDeviceTypes(Long[] DeviceTypes)
DeviceTypes
- 设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)Copyright © 2023. All rights reserved.