Class RoomUser
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gme.v20180711.models.RoomUser
-
public class RoomUser extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetRoomId()Get 房间idStringgetStrRoomId()Get 字符串房间id 注意:此字段可能返回 null,表示取不到有效值。String[]getStrUins()Get 房间里用户字符串uin列表 注意:此字段可能返回 null,表示取不到有效值。Long[]getUins()Get 房间里用户uin列表 注意:此字段可能返回 null,表示取不到有效值。voidsetRoomId(Long RoomId)Set 房间idvoidsetStrRoomId(String StrRoomId)Set 字符串房间id 注意:此字段可能返回 null,表示取不到有效值。voidsetStrUins(String[] StrUins)Set 房间里用户字符串uin列表 注意:此字段可能返回 null,表示取不到有效值。voidsetUins(Long[] Uins)Set 房间里用户uin列表 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RoomUser
public RoomUser()
-
RoomUser
public 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.
-
-
Method Detail
-
getRoomId
public Long getRoomId()
Get 房间id- Returns:
- RoomId 房间id
-
setRoomId
public void setRoomId(Long RoomId)
Set 房间id- Parameters:
RoomId- 房间id
-
getUins
public Long[] getUins()
Get 房间里用户uin列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Uins 房间里用户uin列表 注意:此字段可能返回 null,表示取不到有效值。
-
setUins
public void setUins(Long[] Uins)
Set 房间里用户uin列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Uins- 房间里用户uin列表 注意:此字段可能返回 null,表示取不到有效值。
-
getStrRoomId
public String getStrRoomId()
Get 字符串房间id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StrRoomId 字符串房间id 注意:此字段可能返回 null,表示取不到有效值。
-
setStrRoomId
public void setStrRoomId(String StrRoomId)
Set 字符串房间id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StrRoomId- 字符串房间id 注意:此字段可能返回 null,表示取不到有效值。
-
getStrUins
public String[] getStrUins()
Get 房间里用户字符串uin列表 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- StrUins 房间里用户字符串uin列表 注意:此字段可能返回 null,表示取不到有效值。
-
setStrUins
public void setStrUins(String[] StrUins)
Set 房间里用户字符串uin列表 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
StrUins- 房间里用户字符串uin列表 注意:此字段可能返回 null,表示取不到有效值。
-
-