public class DeleteRoomMemberRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBizId()
Get 应用id
|
Long |
getDeleteType()
Get 剔除类型 1-删除房间 2-剔除用户
|
String |
getRoomId()
Get 要操作的房间id
|
String[] |
getUids()
Get 要剔除的用户列表
|
void |
setBizId(Long BizId)
Set 应用id
|
void |
setDeleteType(Long DeleteType)
Set 剔除类型 1-删除房间 2-剔除用户
|
void |
setRoomId(String RoomId)
Set 要操作的房间id
|
void |
setUids(String[] Uids)
Set 要剔除的用户列表
|
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 DeleteRoomMemberRequest()
public DeleteRoomMemberRequest(DeleteRoomMemberRequest source)
public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 要操作的房间idpublic String[] getUids()
public void setUids(String[] Uids)
Uids
- 要剔除的用户列表public Long getDeleteType()
public void setDeleteType(Long DeleteType)
DeleteType
- 剔除类型 1-删除房间 2-剔除用户public Long getBizId()
public void setBizId(Long BizId)
BizId
- 应用idCopyright © 2023. All rights reserved.