public class RemoveUserRequest extends AbstractModel
Constructor and Description |
---|
RemoveUserRequest() |
RemoveUserRequest(RemoveUserRequest 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 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, toJsonString
public RemoveUserRequest()
public RemoveUserRequest(RemoveUserRequest source)
public 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 © 2023. All rights reserved.