public class RoomUser extends AbstractModel
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
|
Long[] |
getUins()
Get 房间里用户uin列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRoomId(Long RoomId)
Set 房间id
|
void |
setUins(Long[] Uins)
Set 房间里用户uin列表
注意:此字段可能返回 null,表示取不到有效值。
|
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 RoomUser()
public RoomUser(RoomUser source)
public Long getRoomId()
public void setRoomId(Long RoomId)
RoomId
- 房间idpublic Long[] getUins()
public void setUins(Long[] Uins)
Uins
- 房间里用户uin列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.