Class DeleteRoomMemberRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.DeleteRoomMemberRequest
-
public class DeleteRoomMemberRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteRoomMemberRequest()DeleteRoomMemberRequest(DeleteRoomMemberRequest 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 LonggetBizId()Get 应用idLonggetDeleteType()Get 剔除类型 1-删除房间 2-剔除用户StringgetRoomId()Get 要操作的房间idString[]getUids()Get 要剔除的用户列表voidsetBizId(Long BizId)Set 应用idvoidsetDeleteType(Long DeleteType)Set 剔除类型 1-删除房间 2-剔除用户voidsetRoomId(String RoomId)Set 要操作的房间idvoidsetUids(String[] Uids)Set 要剔除的用户列表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
-
DeleteRoomMemberRequest
public DeleteRoomMemberRequest()
-
DeleteRoomMemberRequest
public DeleteRoomMemberRequest(DeleteRoomMemberRequest 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
-
getRoomId
public String getRoomId()
Get 要操作的房间id- Returns:
- RoomId 要操作的房间id
-
setRoomId
public void setRoomId(String RoomId)
Set 要操作的房间id- Parameters:
RoomId- 要操作的房间id
-
getDeleteType
public Long getDeleteType()
Get 剔除类型 1-删除房间 2-剔除用户- Returns:
- DeleteType 剔除类型 1-删除房间 2-剔除用户
-
setDeleteType
public void setDeleteType(Long DeleteType)
Set 剔除类型 1-删除房间 2-剔除用户- Parameters:
DeleteType- 剔除类型 1-删除房间 2-剔除用户
-
getBizId
public Long getBizId()
Get 应用id- Returns:
- BizId 应用id
-
setBizId
public void setBizId(Long BizId)
Set 应用id- Parameters:
BizId- 应用id
-
getUids
public String[] getUids()
Get 要剔除的用户列表- Returns:
- Uids 要剔除的用户列表
-
setUids
public void setUids(String[] Uids)
Set 要剔除的用户列表- Parameters:
Uids- 要剔除的用户列表
-
-