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 Application ID
|
Long |
getDeleteType()
Get Operation type.
|
String |
getRoomId()
Get ID of the target room
|
String[] |
getUids()
Get List of the members to remove
|
void |
setBizId(Long BizId)
Set Application ID
|
void |
setDeleteType(Long DeleteType)
Set Operation type.
|
void |
setRoomId(String RoomId)
Set ID of the target room
|
void |
setUids(String[] Uids)
Set List of the members to remove
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeleteRoomMemberRequest()
public DeleteRoomMemberRequest(DeleteRoomMemberRequest source)
public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- ID of the target roompublic String[] getUids()
public void setUids(String[] Uids)
Uids
- List of the members to removepublic Long getDeleteType()
public void setDeleteType(Long DeleteType)
DeleteType
- Operation type. `1`: Delete a room; `2`: Remove memberspublic Long getBizId()
public void setBizId(Long BizId)
BizId
- Application IDCopyright © 2024. All rights reserved.