Class CreateKTVRobotRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.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 ApplicationLicenseInputgetApplicationLicenseInput()Get license基础信息JoinRoomInputgetJoinRoomInput()Get 进房参数。StringgetRTCSystem()Get RTC厂商类型,取值有: TRTCSyncRobotCommand[]getSyncRobotCommands()Get 创建机器人时初始化参数。voidsetApplicationLicenseInput(ApplicationLicenseInput ApplicationLicenseInput)Set license基础信息voidsetJoinRoomInput(JoinRoomInput JoinRoomInput)Set 进房参数。voidsetRTCSystem(String RTCSystem)Set RTC厂商类型,取值有: TRTCvoidsetSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)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
-
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- 进房参数。
-
getApplicationLicenseInput
public ApplicationLicenseInput getApplicationLicenseInput()
Get license基础信息- Returns:
- ApplicationLicenseInput license基础信息
-
setApplicationLicenseInput
public void setApplicationLicenseInput(ApplicationLicenseInput ApplicationLicenseInput)
Set license基础信息- Parameters:
ApplicationLicenseInput- license基础信息
-
getSyncRobotCommands
public SyncRobotCommand[] getSyncRobotCommands()
Get 创建机器人时初始化参数。- Returns:
- SyncRobotCommands 创建机器人时初始化参数。
-
setSyncRobotCommands
public void setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)
Set 创建机器人时初始化参数。- Parameters:
SyncRobotCommands- 创建机器人时初始化参数。
-
-