public class RoomListItem extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEndTime()
Get 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
|
String |
getRoomId()
Get 房间ID
|
Long |
getStartTime()
Get 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
|
Long |
getUserNumber()
Get 房间里成员数
|
void |
setEndTime(Long EndTime)
Set 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒
|
void |
setRoomId(String RoomId)
Set 房间ID
|
void |
setStartTime(Long StartTime)
Set 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒
|
void |
setUserNumber(Long UserNumber)
Set 房间里成员数
|
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, toJsonString
public RoomListItem()
public RoomListItem(RoomListItem source)
public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- 房间IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 房间在查询时间段内最早出现的时间,Unix时间戳,单位毫秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 房间在查询时间段内最晚出现的时间,Unix时间戳,单位毫秒public Long getUserNumber()
public void setUserNumber(Long UserNumber)
UserNumber
- 房间里成员数Copyright © 2024. All rights reserved.