public class RemoveUserRequest extends AbstractModel
| Constructor and Description | 
|---|
| RemoveUserRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getRoomId()Get Room number. | 
| Long | getSdkAppId()Get `SDKAppId` of TRTC. | 
| String[] | getUserIds()Get List of up to 10 users to be removed. | 
| void | setRoomId(Long RoomId)Set Room number. | 
| void | setSdkAppId(Long SdkAppId)Set `SDKAppId` of TRTC. | 
| void | setUserIds(String[] UserIds)Set List of up to 10 users to be removed. | 
| 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, toJsonStringpublic Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - `SDKAppId` of TRTC.public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - Room number.public String[] getUserIds()
public void setUserIds(String[] UserIds)
UserIds - List of up to 10 users to be removed.Copyright © 2021. All rights reserved.