public class DeleteRoomMemberRequest extends AbstractModel
header, skipSign| 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[] | getStrUids()Get 要剔除的用户列表(字符串类型) | 
| String[] | getUids()Get 要剔除的用户列表(整型) | 
| void | setBizId(Long BizId)Set 应用id | 
| void | setDeleteType(Long DeleteType)Set 剔除类型 1-删除房间 2-剔除用户 | 
| void | setRoomId(String RoomId)Set 要操作的房间id | 
| void | setStrUids(String[] StrUids)Set 要剔除的用户列表(字符串类型) | 
| void | setUids(String[] Uids)Set 要剔除的用户列表(整型) | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DeleteRoomMemberRequest()
public DeleteRoomMemberRequest(DeleteRoomMemberRequest source)
public String getRoomId()
public void setRoomId(String RoomId)
RoomId - 要操作的房间idpublic Long getDeleteType()
public void setDeleteType(Long DeleteType)
DeleteType - 剔除类型 1-删除房间 2-剔除用户public Long getBizId()
public void setBizId(Long BizId)
BizId - 应用idpublic String[] getUids()
public void setUids(String[] Uids)
Uids - 要剔除的用户列表(整型)public String[] getStrUids()
public void setStrUids(String[] StrUids)
StrUids - 要剔除的用户列表(字符串类型)Copyright © 2025. All rights reserved.