public class DescribeDeviceStatusStatRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeDeviceStatusStatRequest() |
DescribeDeviceStatusStatRequest(DescribeDeviceStatusStatRequest 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 |
getApplicationToken()
Get 应用token
|
String[] |
getDeviceTypeSet()
Get 设备类型,非必填。为空表示查询所有设备类型
|
Long |
getLevel()
Get 所属空间地理层级,必填。0表示查询所有层级(1、2)的设备状态,1表示楼栋,2表示楼层
|
String[] |
getSpaceCodeSet()
Get 空间位置,非必填。为空表示查询所有(1,2)层级
|
Long |
getWorkspaceId()
Get 工作空间id
|
void |
setApplicationToken(String ApplicationToken)
Set 应用token
|
void |
setDeviceTypeSet(String[] DeviceTypeSet)
Set 设备类型,非必填。为空表示查询所有设备类型
|
void |
setLevel(Long Level)
Set 所属空间地理层级,必填。0表示查询所有层级(1、2)的设备状态,1表示楼栋,2表示楼层
|
void |
setSpaceCodeSet(String[] SpaceCodeSet)
Set 空间位置,非必填。为空表示查询所有(1,2)层级
|
void |
setWorkspaceId(Long WorkspaceId)
Set 工作空间id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDeviceStatusStatRequest()
public DescribeDeviceStatusStatRequest(DescribeDeviceStatusStatRequest source)
public Long getLevel()
public void setLevel(Long Level)
Level
- 所属空间地理层级,必填。0表示查询所有层级(1、2)的设备状态,1表示楼栋,2表示楼层public Long getWorkspaceId()
public void setWorkspaceId(Long WorkspaceId)
WorkspaceId
- 工作空间idpublic String getApplicationToken()
public void setApplicationToken(String ApplicationToken)
ApplicationToken
- 应用tokenpublic String[] getSpaceCodeSet()
public void setSpaceCodeSet(String[] SpaceCodeSet)
SpaceCodeSet
- 空间位置,非必填。为空表示查询所有(1,2)层级public String[] getDeviceTypeSet()
public void setDeviceTypeSet(String[] DeviceTypeSet)
DeviceTypeSet
- 设备类型,非必填。为空表示查询所有设备类型Copyright © 2024. All rights reserved.