public class DescribeCurrentMemberListRequest extends AbstractModel
Constructor and Description |
---|
DescribeCurrentMemberListRequest() |
DescribeCurrentMemberListRequest(DescribeCurrentMemberListRequest 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.
|
Long |
getPage()
Get The page to return records from.
|
Long |
getRoomId()
Get The room 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 |
setRoomId(Long RoomId)
Set The room ID.
|
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 DescribeCurrentMemberListRequest()
public DescribeCurrentMemberListRequest(DescribeCurrentMemberListRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- The room ID.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.Copyright © 2023. All rights reserved.