Class RoomListItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.RoomListItem
-
public class RoomListItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RoomListItem()RoomListItem(RoomListItem 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetEndTime()Get 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒StringgetRoomId()Get 房间IDLonggetStartTime()Get 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒LonggetUserNumber()Get 房间里成员数voidsetEndTime(Long EndTime)Set 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒voidsetRoomId(String RoomId)Set 房间IDvoidsetStartTime(Long StartTime)Set 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒voidsetUserNumber(Long UserNumber)Set 房间里成员数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
-
RoomListItem
public RoomListItem()
-
RoomListItem
public RoomListItem(RoomListItem 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 String getRoomId()
Get 房间ID- Returns:
- RoomId 房间ID
-
setRoomId
public void setRoomId(String RoomId)
Set 房间ID- Parameters:
RoomId- 房间ID
-
getStartTime
public Long getStartTime()
Get 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒- Returns:
- StartTime 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
-
setStartTime
public void setStartTime(Long StartTime)
Set 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒- Parameters:
StartTime- 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
-
getEndTime
public Long getEndTime()
Get 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒- Returns:
- EndTime 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
-
setEndTime
public void setEndTime(Long EndTime)
Set 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒- Parameters:
EndTime- 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
-
getUserNumber
public Long getUserNumber()
Get 房间里成员数- Returns:
- UserNumber 房间里成员数
-
setUserNumber
public void setUserNumber(Long UserNumber)
Set 房间里成员数- Parameters:
UserNumber- 房间里成员数
-
-