public class GetDevicesRequest extends AbstractModel
Constructor and Description |
---|
GetDevicesRequest() |
GetDevicesRequest(GetDevicesRequest 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 |
getKeyword()
Get 搜索设备的关键字(ID或者设备名),为空时匹配所有设备
|
Long |
getPageNumber()
Get 当前查看页码,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
Long |
getPageSize()
Get 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
void |
setKeyword(String Keyword)
Set 搜索设备的关键字(ID或者设备名),为空时匹配所有设备
|
void |
setPageNumber(Long PageNumber)
Set 当前查看页码,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
void |
setPageSize(Long PageSize)
Set 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
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 GetDevicesRequest()
public GetDevicesRequest(GetDevicesRequest source)
public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 当前查看页码,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 搜索设备的关键字(ID或者设备名),为空时匹配所有设备Copyright © 2022. All rights reserved.