Class DescribeDevicesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.DescribeDevicesRequest
-
public class DescribeDevicesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDevicesRequest()DescribeDevicesRequest(DescribeDevicesRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceName()Get 需要过滤的设备名称LonggetEnableState()Get 设备是否启用,0禁用状态1启用状态,默认不区分StringgetFirmwareVersion()Get 设备固件版本号,若不带此参数会返回所有固件版本的设备。传"None-FirmwareVersion"查询无版本号的设备LonggetLimit()Get 分页的大小,数值范围 10-250LonggetOffset()Get 偏移量,Offset从0开始StringgetProductId()Get 需要查看设备列表的产品 IDvoidsetDeviceName(String DeviceName)Set 需要过滤的设备名称voidsetEnableState(Long EnableState)Set 设备是否启用,0禁用状态1启用状态,默认不区分voidsetFirmwareVersion(String FirmwareVersion)Set 设备固件版本号,若不带此参数会返回所有固件版本的设备。传"None-FirmwareVersion"查询无版本号的设备voidsetLimit(Long Limit)Set 分页的大小,数值范围 10-250voidsetOffset(Long Offset)Set 偏移量,Offset从0开始voidsetProductId(String ProductId)Set 需要查看设备列表的产品 IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeDevicesRequest
public DescribeDevicesRequest()
-
DescribeDevicesRequest
public DescribeDevicesRequest(DescribeDevicesRequest 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.
-
-
Method Detail
-
getProductId
public String getProductId()
Get 需要查看设备列表的产品 ID- Returns:
- ProductId 需要查看设备列表的产品 ID
-
setProductId
public void setProductId(String ProductId)
Set 需要查看设备列表的产品 ID- Parameters:
ProductId- 需要查看设备列表的产品 ID
-
getOffset
public Long getOffset()
Get 偏移量,Offset从0开始- Returns:
- Offset 偏移量,Offset从0开始
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,Offset从0开始- Parameters:
Offset- 偏移量,Offset从0开始
-
getLimit
public Long getLimit()
Get 分页的大小,数值范围 10-250- Returns:
- Limit 分页的大小,数值范围 10-250
-
setLimit
public void setLimit(Long Limit)
Set 分页的大小,数值范围 10-250- Parameters:
Limit- 分页的大小,数值范围 10-250
-
getFirmwareVersion
public String getFirmwareVersion()
Get 设备固件版本号,若不带此参数会返回所有固件版本的设备。传"None-FirmwareVersion"查询无版本号的设备- Returns:
- FirmwareVersion 设备固件版本号,若不带此参数会返回所有固件版本的设备。传"None-FirmwareVersion"查询无版本号的设备
-
setFirmwareVersion
public void setFirmwareVersion(String FirmwareVersion)
Set 设备固件版本号,若不带此参数会返回所有固件版本的设备。传"None-FirmwareVersion"查询无版本号的设备- Parameters:
FirmwareVersion- 设备固件版本号,若不带此参数会返回所有固件版本的设备。传"None-FirmwareVersion"查询无版本号的设备
-
getDeviceName
public String getDeviceName()
Get 需要过滤的设备名称- Returns:
- DeviceName 需要过滤的设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 需要过滤的设备名称- Parameters:
DeviceName- 需要过滤的设备名称
-
getEnableState
public Long getEnableState()
Get 设备是否启用,0禁用状态1启用状态,默认不区分- Returns:
- EnableState 设备是否启用,0禁用状态1启用状态,默认不区分
-
setEnableState
public void setEnableState(Long EnableState)
Set 设备是否启用,0禁用状态1启用状态,默认不区分- Parameters:
EnableState- 设备是否启用,0禁用状态1启用状态,默认不区分
-
-