public class MixUserInfo extends AbstractModel
| Constructor and Description | 
|---|
| MixUserInfo() | 
| MixUserInfo(MixUserInfo 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 | getRoomId()Get If a dynamic layout is used, the value of this parameter should be the ID of the main room. | 
| Long | getRoomIdType()Get The type of the `RoomId` parameter. | 
| String | getUserId()Get User ID. | 
| void | setRoomId(String RoomId)Set If a dynamic layout is used, the value of this parameter should be the ID of the main room. | 
| void | setRoomIdType(Long RoomIdType)Set The type of the `RoomId` parameter. | 
| 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, toJsonStringpublic MixUserInfo()
public MixUserInfo(MixUserInfo source)
public String getUserId()
public void setUserId(String UserId)
UserId - User ID.public String getRoomId()
public void setRoomId(String RoomId)
RoomId - If a dynamic layout is used, the value of this parameter should be the ID of the main room. If a custom layout is used, the value of this parameter should be the same as the room ID in `MixLayoutList`.public Long getRoomIdType()
public void setRoomIdType(Long RoomIdType)
RoomIdType - The type of the `RoomId` parameter. 0: integer; 1: string.Copyright © 2022. All rights reserved.