public class RoomUser extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RoomUser() | 
| RoomUser(RoomUser 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 | getRoomId()Get 房间id | 
| String | getStrRoomId()Get 字符串房间id | 
| String[] | getStrUins()Get 房间里用户字符串uin列表 | 
| Long[] | getUins()Get 房间里用户uin列表 | 
| void | setRoomId(Long RoomId)Set 房间id | 
| void | setStrRoomId(String StrRoomId)Set 字符串房间id | 
| void | setStrUins(String[] StrUins)Set 房间里用户字符串uin列表 | 
| void | setUins(Long[] Uins)Set 房间里用户uin列表 | 
| 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 RoomUser()
public RoomUser(RoomUser source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId - 房间idpublic Long[] getUins()
public void setUins(Long[] Uins)
Uins - 房间里用户uin列表public String getStrRoomId()
public void setStrRoomId(String StrRoomId)
StrRoomId - 字符串房间idpublic String[] getStrUins()
public void setStrUins(String[] StrUins)
StrUins - 房间里用户字符串uin列表Copyright © 2025. All rights reserved.