public class GetRoomEventRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
GetRoomEventRequest() |
GetRoomEventRequest(GetRoomEventRequest 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 |
getKeyword()
Get The type of events to query.
|
Long |
getLimit()
Get The maximum number of records (up to 200) per page.
|
Long |
getPage()
Get The starting page.
|
Long |
getRoomId()
Get The room ID.
|
Long |
getSdkAppId()
Get The application ID.
|
void |
setKeyword(String Keyword)
Set The type of events to query.
|
void |
setLimit(Long Limit)
Set The maximum number of records (up to 200) per page.
|
void |
setPage(Long Page)
Set The starting page.
|
void |
setRoomId(Long RoomId)
Set The room ID.
|
void |
setSdkAppId(Long SdkAppId)
Set The application ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public GetRoomEventRequest()
public GetRoomEventRequest(GetRoomEventRequest source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- The room ID.public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- The application ID.public Long getPage()
public void setPage(Long Page)
Page
- The starting page. Pagination starts from 1. This parameter is valid only if `keyword` is empty.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of records (up to 200) per page. This parameter is valid only if `keyword` is empty.public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- The type of events to query. Valid values:
`RoomStart`: The class started.
`RoomEnd`: The class ended.
`MemberJoin`: A user joined.
`MemberQuit`: A user left.
`RecordFinish`: Recording is finished.Copyright © 2024. All rights reserved.