public class DescribeIotDevicesRequest extends AbstractModel
Constructor and Description |
---|
DescribeIotDevicesRequest() |
DescribeIotDevicesRequest(DescribeIotDevicesRequest 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 |
getLimit()
Get 每页数量
|
String |
getNamePattern()
Get 设备名称模糊查找
|
Long |
getOffset()
Get 页偏移
|
String |
getOrder()
Get ASC 或 DESC
|
String |
getProductId()
Get 产品id
|
String[] |
getVersions()
Get 版本列表
|
void |
setLimit(Long Limit)
Set 每页数量
|
void |
setNamePattern(String NamePattern)
Set 设备名称模糊查找
|
void |
setOffset(Long Offset)
Set 页偏移
|
void |
setOrder(String Order)
Set ASC 或 DESC
|
void |
setProductId(String ProductId)
Set 产品id
|
void |
setVersions(String[] Versions)
Set 版本列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeIotDevicesRequest()
public DescribeIotDevicesRequest(DescribeIotDevicesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 页偏移public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页数量public String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品idpublic String getNamePattern()
public void setNamePattern(String NamePattern)
NamePattern
- 设备名称模糊查找public String[] getVersions()
public void setVersions(String[] Versions)
Versions
- 版本列表public String getOrder()
public void setOrder(String Order)
Order
- ASC 或 DESCCopyright © 2022. All rights reserved.