public class DescribeGroupDevicesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeGroupDevicesRequest() |
DescribeGroupDevicesRequest(DescribeGroupDevicesRequest 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 当Group是普通组的时候,支持根据DeviceTypes筛选类型,
设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)
|
String |
getGroupId()
Get 分组ID
|
Long |
getLimit()
Get 限制值,默认200
|
String |
getNickName()
Get 设备名称,根据设备名称模糊匹配时必填
|
Long |
getOffset()
Get 偏移量,默认0
|
Long |
getRecordable()
Get 过滤不可录制设备
|
void |
setDeviceTypes(Long[] DeviceTypes)
Set 当Group是普通组的时候,支持根据DeviceTypes筛选类型,
设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)
|
void |
setGroupId(String GroupId)
Set 分组ID
|
void |
setLimit(Long Limit)
Set 限制值,默认200
|
void |
setNickName(String NickName)
Set 设备名称,根据设备名称模糊匹配时必填
|
void |
setOffset(Long Offset)
Set 偏移量,默认0
|
void |
setRecordable(Long Recordable)
Set 过滤不可录制设备
|
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, toJsonString
public DescribeGroupDevicesRequest()
public DescribeGroupDevicesRequest(DescribeGroupDevicesRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 分组IDpublic 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 getRecordable()
public void setRecordable(Long Recordable)
Recordable
- 过滤不可录制设备public Long[] getDeviceTypes()
public void setDeviceTypes(Long[] DeviceTypes)
DeviceTypes
- 当Group是普通组的时候,支持根据DeviceTypes筛选类型,
设备类型,1:国标VMS设备(公有云不支持此类型),2:国标IPC设备,3:国标NVR设备,9:智能告警设备(公有云不支持此类型)Copyright © 2024. All rights reserved.