Uses of Class
com.tencentcloudapi.yinsuda.v20220527.models.SyncRobotCommand
-
Packages that use SyncRobotCommand Package Description com.tencentcloudapi.yinsuda.v20220527.models -
-
Uses of SyncRobotCommand in com.tencentcloudapi.yinsuda.v20220527.models
Methods in com.tencentcloudapi.yinsuda.v20220527.models that return SyncRobotCommand Modifier and Type Method Description SyncRobotCommand[]CreateKTVRobotRequest. getSyncRobotCommands()Get 创建机器人时初始化参数。SyncRobotCommand[]SyncKTVRobotCommandRequest. getSyncRobotCommands()Get 指令及指令参数数组。Methods in com.tencentcloudapi.yinsuda.v20220527.models with parameters of type SyncRobotCommand Modifier and Type Method Description voidCreateKTVRobotRequest. setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)Set 创建机器人时初始化参数。voidSyncKTVRobotCommandRequest. setSyncRobotCommands(SyncRobotCommand[] SyncRobotCommands)Set 指令及指令参数数组。Constructors in com.tencentcloudapi.yinsuda.v20220527.models with parameters of type SyncRobotCommand Constructor Description SyncRobotCommand(SyncRobotCommand 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.
-