public class RoomState extends AbstractModel
| Constructor and Description | 
|---|
| RoomState() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCommId()Get Call ID (unique call ID) | 
| Long | getCreateTime()Get Room creation time | 
| Long | getDestroyTime()Get Room termination time | 
| Boolean | getIsFinished()Get Whether the room is terminated | 
| String | getRoomString()Get Room ID of string type | 
| String | getUserId()Get Room creator ID | 
| void | setCommId(String CommId)Set Call ID (unique call ID) | 
| void | setCreateTime(Long CreateTime)Set Room creation time | 
| void | setDestroyTime(Long DestroyTime)Set Room termination time | 
| void | setIsFinished(Boolean IsFinished)Set Whether the room is terminated | 
| void | setRoomString(String RoomString)Set Room ID of string type | 
| void | setUserId(String UserId)Set Room creator ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getCommId()
public void setCommId(String CommId)
CommId - Call ID (unique call ID)public String getRoomString()
public void setRoomString(String RoomString)
RoomString - Room ID of string typepublic Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - Room creation timepublic Long getDestroyTime()
public void setDestroyTime(Long DestroyTime)
DestroyTime - Room termination timepublic Boolean getIsFinished()
public void setIsFinished(Boolean IsFinished)
IsFinished - Whether the room is terminatedpublic String getUserId()
public void setUserId(String UserId)
UserId - Room creator IDCopyright © 2020. All rights reserved.