public class GetPersonListRequest extends AbstractModel
Constructor and Description |
---|
GetPersonListRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getGroupId()
Get Group ID, which is the `GroupId` in the `CreateGroup` API
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Starting number.
|
void |
setGroupId(String GroupId)
Set Group ID, which is the `GroupId` in the `CreateGroup` API
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Starting number.
|
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 getGroupId()
public void setGroupId(String GroupId)
GroupId
- Group ID, which is the `GroupId` in the `CreateGroup` APIpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Starting number. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 10. Maximum value: 1000Copyright © 2020. All rights reserved.