public class DescribeGroupMemberListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeGroupMemberListRequest()  | 
DescribeGroupMemberListRequest(DescribeGroupMemberListRequest 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 The group ID. 
 | 
Long | 
getLimit()
Get The maximum number of records per page. 
 | 
Long | 
getPage()
Get The page to return records from. 
 | 
Long | 
getSdkAppId()
Get The SDKAppID assigned by LCIC. 
 | 
void | 
setGroupId(String GroupId)
Set The group ID. 
 | 
void | 
setLimit(Long Limit)
Set The maximum number of records per page. 
 | 
void | 
setPage(Long Page)
Set The page to return records from. 
 | 
void | 
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC. 
 | 
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, toJsonStringpublic DescribeGroupMemberListRequest()
public DescribeGroupMemberListRequest(DescribeGroupMemberListRequest source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - The group ID.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - The SDKAppID assigned by LCIC.public Long getPage()
public void setPage(Long Page)
Page - The page to return records from. The default value is 1.public Long getLimit()
public void setLimit(Long Limit)
Limit - The maximum number of records per page. The value of this parameter cannot exceed 1000 and is 20 by default.Copyright © 2025. All rights reserved.