public class DescribeDevicesRequest extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDeviceName()
Get Device name to query 
 | 
Long | 
getEnableState()
Get Whether to query enabled or disabled devices. 
 | 
String | 
getFirmwareVersion()
Get Device firmware version. 
 | 
Long | 
getLimit()
Get Page size. 
 | 
Long | 
getOffset()
Get Offset, which starts from 0 
 | 
String | 
getProductId()
Get ID of the product whose devices are queried 
 | 
void | 
setDeviceName(String DeviceName)
Set Device name to query 
 | 
void | 
setEnableState(Long EnableState)
Set Whether to query enabled or disabled devices. 
 | 
void | 
setFirmwareVersion(String FirmwareVersion)
Set Device firmware version. 
 | 
void | 
setLimit(Long Limit)
Set Page size. 
 | 
void | 
setOffset(Long Offset)
Set Offset, which starts from 0 
 | 
void | 
setProductId(String ProductId)
Set ID of the product whose devices are queried 
 | 
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, toJsonStringpublic DescribeDevicesRequest()
public DescribeDevicesRequest(DescribeDevicesRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - ID of the product whose devices are queriedpublic Long getOffset()
public void setOffset(Long Offset)
Offset - Offset, which starts from 0public Long getLimit()
public void setLimit(Long Limit)
Limit - Page size. Value range: 10-250public String getFirmwareVersion()
public void setFirmwareVersion(String FirmwareVersion)
FirmwareVersion - Device firmware version. If no value is passed in, devices of all firmware versions are returned. If `None-FirmwareVersion` is passed in, devices without version numbers are returned.public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - Device name to querypublic Long getEnableState()
public void setEnableState(Long EnableState)
EnableState - Whether to query enabled or disabled devices. `0`: disabled devices; `1`: enabled devices. By default, both enabled and disabled devices are queried.Copyright © 2025. All rights reserved.