public class RoomUser extends AbstractModel
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
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getStrUins()
Get 房间里用户字符串uin列表
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getUins()
Get 房间里用户uin列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRoomId(Long RoomId)
Set 房间id
|
void |
setStrRoomId(String StrRoomId)
Set 字符串房间id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStrUins(String[] StrUins)
Set 房间里用户字符串uin列表
注意:此字段可能返回 null,表示取不到有效值。
|
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, 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,表示取不到有效值。public String getStrRoomId()
public void setStrRoomId(String StrRoomId)
StrRoomId
- 字符串房间id
注意:此字段可能返回 null,表示取不到有效值。public String[] getStrUins()
public void setStrUins(String[] StrUins)
StrUins
- 房间里用户字符串uin列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.