Uses of Class
com.tencentcloudapi.ame.v20190916.models.PlayCommandInput
-
Packages that use PlayCommandInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of PlayCommandInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return PlayCommandInput Modifier and Type Method Description PlayCommandInputSyncKTVRobotCommandRequest. getPlayCommandInput()Get 播放参数。PlayCommandInputSyncRobotCommand. getPlayCommandInput()Get 播放参数。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type PlayCommandInput Modifier and Type Method Description voidSyncKTVRobotCommandRequest. setPlayCommandInput(PlayCommandInput PlayCommandInput)Set 播放参数。voidSyncRobotCommand. setPlayCommandInput(PlayCommandInput PlayCommandInput)Set 播放参数。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type PlayCommandInput Constructor Description PlayCommandInput(PlayCommandInput 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.
-