public class DescribeGroupListRequest extends AbstractModel
Constructor and Description |
---|
DescribeGroupListRequest() |
DescribeGroupListRequest(DescribeGroupListRequest 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 |
---|---|
Long |
getLimit()
Get The maximum number of records per page.
|
String |
getMemberId()
Get The user ID of a member, which is used as the filter.
|
Long |
getPage()
Get The page to return records from.
|
Long |
getSdkAppId()
Get The SDKAppID assigned by LCIC.
|
String |
getTeacherId()
Get The user ID of the teacher, which is used as the filter.
|
void |
setLimit(Long Limit)
Set The maximum number of records per page.
|
void |
setMemberId(String MemberId)
Set The user ID of a member, which is used as the filter.
|
void |
setPage(Long Page)
Set The page to return records from.
|
void |
setSdkAppId(Long SdkAppId)
Set The SDKAppID assigned by LCIC.
|
void |
setTeacherId(String TeacherId)
Set The user ID of the teacher, which is used as the filter.
|
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 DescribeGroupListRequest()
public DescribeGroupListRequest(DescribeGroupListRequest source)
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. Pagination starts from 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.public String getTeacherId()
public void setTeacherId(String TeacherId)
TeacherId
- The user ID of the teacher, which is used as the filter. This parameter and `MemberId` are mutually exclusive. If both are specified, only this parameter will take effect.public String getMemberId()
public void setMemberId(String MemberId)
MemberId
- The user ID of a member, which is used as the filter. This parameter and `TeacherId` are mutually exclusive.Copyright © 2023. All rights reserved.