public class CreateKTVRobotRequest extends AbstractModel
header, skipSign| 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 | 
|---|---|
| String | getAppName()Get 应用名称。 | 
| JoinRoomInput | getJoinRoomInput()Get 进房参数。 | 
| String | getRTCSystem()Get RTC厂商类型,取值有:
TRTC | 
| SyncRobotCommand[] | getSyncRobotCommands()Get 创建机器人时初始化参数。 | 
| String | getUserId()Get 用户标识。 | 
| void | setAppName(String AppName)Set 应用名称。 | 
| void | setJoinRoomInput(JoinRoomInput JoinRoomInput)Set 进房参数。 | 
| void | setRTCSystem(String RTCSystem)Set RTC厂商类型,取值有:
TRTC | 
| void | setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)Set 创建机器人时初始化参数。 | 
| void | setUserId(String UserId)Set 用户标识。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateKTVRobotRequest()
public CreateKTVRobotRequest(CreateKTVRobotRequest source)
public String getAppName()
public void setAppName(String AppName)
AppName - 应用名称。public String getUserId()
public void setUserId(String UserId)
UserId - 用户标识。public String getRTCSystem()
public void setRTCSystem(String RTCSystem)
RTCSystem - RTC厂商类型,取值有:
public JoinRoomInput getJoinRoomInput()
public void setJoinRoomInput(JoinRoomInput JoinRoomInput)
JoinRoomInput - 进房参数。public SyncRobotCommand[] getSyncRobotCommands()
public void setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)
SyncRobotCommands - 创建机器人时初始化参数。Copyright © 2025. All rights reserved.