public class DismissRoomRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DismissRoomRequest() |
DismissRoomRequest(DismissRoomRequest 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 |
getRoomId()
Get 数字房间号。本接口仅支持解散数字类型房间号,如需解散字符串类型房间号,请使用DismissRoomByStrRoomId。
|
Long |
getSdkAppId()
Get TRTC的SDKAppId。
|
void |
setRoomId(Long RoomId)
Set 数字房间号。本接口仅支持解散数字类型房间号,如需解散字符串类型房间号,请使用DismissRoomByStrRoomId。
|
void |
setSdkAppId(Long SdkAppId)
Set TRTC的SDKAppId。
|
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, toJsonString
public DismissRoomRequest()
public DismissRoomRequest(DismissRoomRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- TRTC的SDKAppId。public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 数字房间号。本接口仅支持解散数字类型房间号,如需解散字符串类型房间号,请使用DismissRoomByStrRoomId。Copyright © 2024. All rights reserved.