public class RoomState extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RoomState() | 
| RoomState(RoomState 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 | 
|---|---|
| String | getCommId()Get 通话ID(唯一标识一次通话) | 
| Long | getCreateTime()Get 房间创建时间 | 
| Long | getDestroyTime()Get 房间销毁时间 | 
| Boolean | getIsFinished()Get 房间是否已经结束 | 
| String | getRoomString()Get 房间号 | 
| String | getUserId()Get 房间创建者Id | 
| void | setCommId(String CommId)Set 通话ID(唯一标识一次通话) | 
| void | setCreateTime(Long CreateTime)Set 房间创建时间 | 
| void | setDestroyTime(Long DestroyTime)Set 房间销毁时间 | 
| void | setIsFinished(Boolean IsFinished)Set 房间是否已经结束 | 
| void | setRoomString(String RoomString)Set 房间号 | 
| void | setUserId(String UserId)Set 房间创建者Id | 
| 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, toJsonStringpublic RoomState()
public RoomState(RoomState source)
public String getCommId()
public void setCommId(String CommId)
CommId - 通话ID(唯一标识一次通话)public String getRoomString()
public void setRoomString(String RoomString)
RoomString - 房间号public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 房间创建时间public Long getDestroyTime()
public void setDestroyTime(Long DestroyTime)
DestroyTime - 房间销毁时间public Boolean getIsFinished()
public void setIsFinished(Boolean IsFinished)
IsFinished - 房间是否已经结束public String getUserId()
public void setUserId(String UserId)
UserId - 房间创建者IdCopyright © 2025. All rights reserved.