Class MixUserInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.MixUserInfo
-
public class MixUserInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRoomId()Get 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。LonggetRoomIdType()Get 房间号类型,0为整形房间号,1为字符串房间号。StringgetUserId()Get 用户ID。voidsetRoomId(String RoomId)Set 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。voidsetRoomIdType(Long RoomIdType)Set 房间号类型,0为整形房间号,1为字符串房间号。voidsetUserId(String UserId)Set 用户ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MixUserInfo
public MixUserInfo()
-
MixUserInfo
public 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.
-
-
Method Detail
-
getUserId
public String getUserId()
Get 用户ID。- Returns:
- UserId 用户ID。
-
setUserId
public void setUserId(String UserId)
Set 用户ID。- Parameters:
UserId- 用户ID。
-
getRoomId
public String getRoomId()
Get 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。- Returns:
- RoomId 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。
-
setRoomId
public void setRoomId(String RoomId)
Set 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。- Parameters:
RoomId- 动态布局时房间信息必须和主房间信息保持一致,自定义布局时房间信息必须和MixLayoutList中对应用户的房间信息保持一致,不填时默认与主房间信息一致。
-
getRoomIdType
public Long getRoomIdType()
Get 房间号类型,0为整形房间号,1为字符串房间号。- Returns:
- RoomIdType 房间号类型,0为整形房间号,1为字符串房间号。
-
setRoomIdType
public void setRoomIdType(Long RoomIdType)
Set 房间号类型,0为整形房间号,1为字符串房间号。- Parameters:
RoomIdType- 房间号类型,0为整形房间号,1为字符串房间号。
-
-