public class RemoveUserByStrRoomIdRequest extends AbstractModel
Constructor and Description |
---|
RemoveUserByStrRoomIdRequest() |
RemoveUserByStrRoomIdRequest(RemoveUserByStrRoomIdRequest 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 |
getRoomId()
Get 房间号。
|
Long |
getSdkAppId()
Get TRTC的SDKAppId。
|
String[] |
getUserIds()
Get 要移出的用户列表,最多10个。
|
void |
setRoomId(String RoomId)
Set 房间号。
|
void |
setSdkAppId(Long SdkAppId)
Set TRTC的SDKAppId。
|
void |
setUserIds(String[] UserIds)
Set 要移出的用户列表,最多10个。
|
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 RemoveUserByStrRoomIdRequest()
public RemoveUserByStrRoomIdRequest(RemoveUserByStrRoomIdRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- TRTC的SDKAppId。public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 房间号。public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds
- 要移出的用户列表,最多10个。Copyright © 2022. All rights reserved.