public class DismissRoomByStrRoomIdRequest extends AbstractModel
Constructor and Description |
---|
DismissRoomByStrRoomIdRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getRoomId()
Get Room ID
|
Long |
getSdkAppId()
Get `SDKAppId` of TRTC
|
void |
setRoomId(String RoomId)
Set Room ID
|
void |
setSdkAppId(Long SdkAppId)
Set `SDKAppId` of TRTC
|
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 Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- `SDKAppId` of TRTCpublic String getRoomId()
public void setRoomId(String RoomId)
RoomId
- Room IDCopyright © 2021. All rights reserved.