public class GetGroupListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetGroupListRequest() |
GetGroupListRequest(GetGroupListRequest 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 搜索分组的关键字,为空时匹配所有分组
|
Long |
getPageNumber()
Get 当前查看页码,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
Long |
getPageSize()
Get 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
void |
setKeyword(String Keyword)
Set 搜索分组的关键字,为空时匹配所有分组
|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetGroupListRequest()
public GetGroupListRequest(GetGroupListRequest 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
- 搜索分组的关键字,为空时匹配所有分组Copyright © 2024. All rights reserved.