public class UserInformation extends AbstractModel
Constructor and Description |
---|
UserInformation() |
Modifier and Type | Method and Description |
---|---|
String |
getClientIp()
Get
|
String |
getDeviceType()
Get
|
Boolean |
getFinished()
Get
|
Long |
getJoinTs()
Get
|
Long |
getLeaveTs()
Get The time when the user exits the room.
|
String |
getRoomStr()
Get
|
String |
getSdkVersion()
Get
|
String |
getUserId()
Get
|
void |
setClientIp(String ClientIp)
Set
|
void |
setDeviceType(String DeviceType)
Set
|
void |
setFinished(Boolean Finished)
Set
|
void |
setJoinTs(Long JoinTs)
Set
|
void |
setLeaveTs(Long LeaveTs)
Set The time when the user exits the room.
|
void |
setRoomStr(String RoomStr)
Set
|
void |
setSdkVersion(String SdkVersion)
Set
|
void |
setUserId(String UserId)
Set
|
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, toJsonString
public String getRoomStr()
public void setRoomStr(String RoomStr)
RoomStr
- public String getUserId()
public void setUserId(String UserId)
UserId
- public Long getJoinTs()
public void setJoinTs(Long JoinTs)
JoinTs
- public Long getLeaveTs()
public void setLeaveTs(Long LeaveTs)
LeaveTs
- The time when the user exits the room. If the user is still in the room, the current time will be returnedpublic String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- public String getSdkVersion()
public void setSdkVersion(String SdkVersion)
SdkVersion
- public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- public Boolean getFinished()
public void setFinished(Boolean Finished)
Finished
- Copyright © 2020. All rights reserved.