public class CreateKTVRobotRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ApplicationLicenseInput |
getApplicationLicenseInput()
Get license基础信息
|
JoinRoomInput |
getJoinRoomInput()
Get 进房参数。
|
String |
getRTCSystem()
Get RTC厂商类型,取值有:
TRTC
|
SyncRobotCommand[] |
getSyncRobotCommands()
Get 创建机器人时初始化参数。
|
void |
setApplicationLicenseInput(ApplicationLicenseInput ApplicationLicenseInput)
Set license基础信息
|
void |
setJoinRoomInput(JoinRoomInput JoinRoomInput)
Set 进房参数。
|
void |
setRTCSystem(String RTCSystem)
Set RTC厂商类型,取值有:
TRTC
|
void |
setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)
Set 创建机器人时初始化参数。
|
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 CreateKTVRobotRequest()
public CreateKTVRobotRequest(CreateKTVRobotRequest source)
public String getRTCSystem()
public void setRTCSystem(String RTCSystem)
RTCSystem
- RTC厂商类型,取值有:
public JoinRoomInput getJoinRoomInput()
public void setJoinRoomInput(JoinRoomInput JoinRoomInput)
JoinRoomInput
- 进房参数。public ApplicationLicenseInput getApplicationLicenseInput()
public void setApplicationLicenseInput(ApplicationLicenseInput ApplicationLicenseInput)
ApplicationLicenseInput
- license基础信息public SyncRobotCommand[] getSyncRobotCommands()
public void setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)
SyncRobotCommands
- 创建机器人时初始化参数。Copyright © 2022. All rights reserved.