public class GetGroupDetailRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetGroupDetailRequest() |
GetGroupDetailRequest(GetGroupDetailRequest 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 |
getGroupId()
Get 分组ID
|
String |
getKeyWord()
Get 搜索关键字
|
Long |
getPageNumber()
Get 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
Long |
getPageSize()
Get 每页显示记录数,PageSize、PageNumber值均为-1 时,按照1页无限制条数匹配所有设备
|
void |
setGroupId(String GroupId)
Set 分组ID
|
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 GetGroupDetailRequest()
public GetGroupDetailRequest(GetGroupDetailRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 分组IDpublic 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 © 2025. All rights reserved.