Class CreateKTVRobotRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yinsuda.v20220527.models.CreateKTVRobotRequest
-
public class CreateKTVRobotRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateKTVRobotRequest()CreateKTVRobotRequest(CreateKTVRobotRequest 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 StringgetAppName()Get 应用名称。JoinRoomInputgetJoinRoomInput()Get 进房参数。StringgetRTCSystem()Get RTC厂商类型,取值有: TRTCSyncRobotCommand[]getSyncRobotCommands()Get 创建机器人时初始化参数。StringgetUserId()Get 用户标识。voidsetAppName(String AppName)Set 应用名称。voidsetJoinRoomInput(JoinRoomInput JoinRoomInput)Set 进房参数。voidsetRTCSystem(String RTCSystem)Set RTC厂商类型,取值有: TRTCvoidsetSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)Set 创建机器人时初始化参数。voidsetUserId(String UserId)Set 用户标识。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
-
CreateKTVRobotRequest
public CreateKTVRobotRequest()
-
CreateKTVRobotRequest
public CreateKTVRobotRequest(CreateKTVRobotRequest 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
-
getAppName
public String getAppName()
Get 应用名称。- Returns:
- AppName 应用名称。
-
setAppName
public void setAppName(String AppName)
Set 应用名称。- Parameters:
AppName- 应用名称。
-
getUserId
public String getUserId()
Get 用户标识。- Returns:
- UserId 用户标识。
-
setUserId
public void setUserId(String UserId)
Set 用户标识。- Parameters:
UserId- 用户标识。
-
getRTCSystem
public String getRTCSystem()
Get RTC厂商类型,取值有:- TRTC
- Returns:
- RTCSystem RTC厂商类型,取值有:
- TRTC
-
setRTCSystem
public void setRTCSystem(String RTCSystem)
Set RTC厂商类型,取值有:- TRTC
- Parameters:
RTCSystem- RTC厂商类型,取值有:- TRTC
-
getJoinRoomInput
public JoinRoomInput getJoinRoomInput()
Get 进房参数。- Returns:
- JoinRoomInput 进房参数。
-
setJoinRoomInput
public void setJoinRoomInput(JoinRoomInput JoinRoomInput)
Set 进房参数。- Parameters:
JoinRoomInput- 进房参数。
-
getSyncRobotCommands
public SyncRobotCommand[] getSyncRobotCommands()
Get 创建机器人时初始化参数。- Returns:
- SyncRobotCommands 创建机器人时初始化参数。
-
setSyncRobotCommands
public void setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)
Set 创建机器人时初始化参数。- Parameters:
SyncRobotCommands- 创建机器人时初始化参数。
-
-