public class ListDevicesRequest extends AbstractModel
skipSign
Constructor and Description |
---|
ListDevicesRequest() |
ListDevicesRequest(ListDevicesRequest 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 |
getAccessProtocol()
Get 设备接入协议。1:RTMP,2:GB,3:GW
|
String |
getClusterId()
Get 服务节点ID
|
Long |
getCurrentUin()
Get 当前用户Uin
|
Boolean |
getIsContainSubLevel()
Get 是否获取当前层级及子层级的设备列表,默认false
|
String |
getKeyword()
Get 模糊搜索设备关键字
|
String |
getOrganizationId()
Get 组织ID
|
Long |
getPageNumber()
Get 页码,默认为1。
|
Long |
getPageSize()
Get 每页数量,默认为20。
|
Long |
getStatus()
Get 设备状态。0:未注册,1:在线,2:离线,3:禁用
|
Long |
getType()
Get 设备类型。1:IPC,2:NVR
|
void |
setAccessProtocol(Long AccessProtocol)
Set 设备接入协议。1:RTMP,2:GB,3:GW
|
void |
setClusterId(String ClusterId)
Set 服务节点ID
|
void |
setCurrentUin(Long CurrentUin)
Set 当前用户Uin
|
void |
setIsContainSubLevel(Boolean IsContainSubLevel)
Set 是否获取当前层级及子层级的设备列表,默认false
|
void |
setKeyword(String Keyword)
Set 模糊搜索设备关键字
|
void |
setOrganizationId(String OrganizationId)
Set 组织ID
|
void |
setPageNumber(Long PageNumber)
Set 页码,默认为1。
|
void |
setPageSize(Long PageSize)
Set 每页数量,默认为20。
|
void |
setStatus(Long Status)
Set 设备状态。0:未注册,1:在线,2:离线,3:禁用
|
void |
setType(Long Type)
Set 设备类型。1:IPC,2:NVR
|
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 ListDevicesRequest()
public ListDevicesRequest(ListDevicesRequest source)
public String getOrganizationId()
public void setOrganizationId(String OrganizationId)
OrganizationId
- 组织IDpublic Boolean getIsContainSubLevel()
public void setIsContainSubLevel(Boolean IsContainSubLevel)
IsContainSubLevel
- 是否获取当前层级及子层级的设备列表,默认falsepublic Long getAccessProtocol()
public void setAccessProtocol(Long AccessProtocol)
AccessProtocol
- 设备接入协议。1:RTMP,2:GB,3:GWpublic Long getType()
public void setType(Long Type)
Type
- 设备类型。1:IPC,2:NVRpublic Long getStatus()
public void setStatus(Long Status)
Status
- 设备状态。0:未注册,1:在线,2:离线,3:禁用public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 服务节点IDpublic String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 模糊搜索设备关键字public Long getCurrentUin()
public void setCurrentUin(Long CurrentUin)
CurrentUin
- 当前用户Uinpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页码,默认为1。public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页数量,默认为20。Copyright © 2023. All rights reserved.