public class GetDeviceListRequest extends AbstractModel
Constructor and Description |
---|
GetDeviceListRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getLimit()
Get 分页的大小,数值范围 10-100
|
Long |
getOffset()
Get 分页偏移
|
String |
getProductId()
Get 需要查看设备列表的产品 ID
|
void |
setLimit(Long Limit)
Set 分页的大小,数值范围 10-100
|
void |
setOffset(Long Offset)
Set 分页偏移
|
void |
setProductId(String ProductId)
Set 需要查看设备列表的产品 ID
|
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 String getProductId()
public void setProductId(String ProductId)
ProductId
- 需要查看设备列表的产品 IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页的大小,数值范围 10-100Copyright © 2020. All rights reserved.