Class RemoveUserRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.RemoveUserRequest
-
public class RemoveUserRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetRoomId()Get 房间号。LonggetSdkAppId()Get TRTC的SDKAppId。String[]getUserIds()Get 要移出的用户列表,最多10个。voidsetRoomId(Long RoomId)Set 房间号。voidsetSdkAppId(Long SdkAppId)Set TRTC的SDKAppId。voidsetUserIds(String[] UserIds)Set 要移出的用户列表,最多10个。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RemoveUserRequest
public RemoveUserRequest()
-
RemoveUserRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get TRTC的SDKAppId。- Returns:
- SdkAppId TRTC的SDKAppId。
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set TRTC的SDKAppId。- Parameters:
SdkAppId- TRTC的SDKAppId。
-
getRoomId
public Long getRoomId()
Get 房间号。- Returns:
- RoomId 房间号。
-
setRoomId
public void setRoomId(Long RoomId)
Set 房间号。- Parameters:
RoomId- 房间号。
-
getUserIds
public String[] getUserIds()
Get 要移出的用户列表,最多10个。- Returns:
- UserIds 要移出的用户列表,最多10个。
-
setUserIds
public void setUserIds(String[] UserIds)
Set 要移出的用户列表,最多10个。- Parameters:
UserIds- 要移出的用户列表,最多10个。
-
-