public class UserInformation extends AbstractModel
Constructor and Description |
---|
UserInformation() |
UserInformation(UserInformation 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 |
getClientIp()
Get Client IP
|
String |
getDeviceType()
Get Device type
|
Boolean |
getFinished()
Get Determine whether a user has left the room
|
Long |
getJoinTs()
Get The time when the user enters the room
|
Long |
getLeaveTs()
Get The time when the user exits the room.
|
String |
getRoomStr()
Get Room ID
|
String |
getSdkVersion()
Get SDK version number
|
String |
getUserId()
Get User ID
|
void |
setClientIp(String ClientIp)
Set Client IP
|
void |
setDeviceType(String DeviceType)
Set Device type
|
void |
setFinished(Boolean Finished)
Set Determine whether a user has left the room
|
void |
setJoinTs(Long JoinTs)
Set The time when the user enters the room
|
void |
setLeaveTs(Long LeaveTs)
Set The time when the user exits the room.
|
void |
setRoomStr(String RoomStr)
Set Room ID
|
void |
setSdkVersion(String SdkVersion)
Set SDK version number
|
void |
setUserId(String UserId)
Set User 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, toJsonString
public UserInformation()
public UserInformation(UserInformation source)
public String getRoomStr()
public void setRoomStr(String RoomStr)
RoomStr
- Room IDpublic String getUserId()
public void setUserId(String UserId)
UserId
- User IDpublic Long getJoinTs()
public void setJoinTs(Long JoinTs)
JoinTs
- The time when the user enters the roompublic 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
- Device typepublic String getSdkVersion()
public void setSdkVersion(String SdkVersion)
SdkVersion
- SDK version numberpublic String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- Client IPpublic Boolean getFinished()
public void setFinished(Boolean Finished)
Finished
- Determine whether a user has left the roomCopyright © 2021. All rights reserved.