public class SyncKTVRobotCommandRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SyncKTVRobotCommandRequest() | 
| SyncKTVRobotCommandRequest(SyncKTVRobotCommandRequest 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 应用名称。 | 
| String | getRobotId()Get 机器人Id。 | 
| SyncRobotCommand[] | getSyncRobotCommands()Get 指令及指令参数数组。 | 
| String | getUserId()Get 用户标识。 | 
| void | setAppName(String AppName)Set 应用名称。 | 
| void | setRobotId(String RobotId)Set 机器人Id。 | 
| 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 SyncKTVRobotCommandRequest()
public SyncKTVRobotCommandRequest(SyncKTVRobotCommandRequest source)
public String getAppName()
public void setAppName(String AppName)
AppName - 应用名称。public String getUserId()
public void setUserId(String UserId)
UserId - 用户标识。public String getRobotId()
public void setRobotId(String RobotId)
RobotId - 机器人Id。public SyncRobotCommand[] getSyncRobotCommands()
public void setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)
SyncRobotCommands - 指令及指令参数数组。Copyright © 2025. All rights reserved.