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 The last time when the room ID appeared during the queried period, which is a Unix timestamp in milliseconds.
|
String |
getRoomId()
Get Room ID.
|
Long |
getStartTime()
Get The first time when the room ID appeared during the queried period, which is a Unix timestamp in milliseconds.
|
Long |
getUserNumber()
Get Number of users in the room.
|
void |
setEndTime(Long EndTime)
Set The last time when the room ID appeared during the queried period, which is a Unix timestamp in milliseconds.
|
void |
setRoomId(String RoomId)
Set Room ID.
|
void |
setStartTime(Long StartTime)
Set The first time when the room ID appeared during the queried period, which is a Unix timestamp in milliseconds.
|
void |
setUserNumber(Long UserNumber)
Set Number of users in the room.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RoomListItem()
public RoomListItem(RoomListItem source)
public String getRoomId()
public void setRoomId(String RoomId)
RoomId
- Room ID.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- The first time when the room ID appeared during the queried period, which is a Unix timestamp in milliseconds.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- The last time when the room ID appeared during the queried period, which is a Unix timestamp in milliseconds.public Long getUserNumber()
public void setUserNumber(Long UserNumber)
UserNumber
- Number of users in the room.Copyright © 2024. All rights reserved.