Uses of Class
com.tencentcloudapi.ame.v20190916.models.SeekCommandInput
-
Packages that use SeekCommandInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SeekCommandInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SeekCommandInput Modifier and Type Method Description SeekCommandInputSyncKTVRobotCommandRequest. getSeekCommandInput()Get 播放进度,当Command取Seek时,必填。SeekCommandInputSyncRobotCommand. getSeekCommandInput()Get 播放进度,当Command取Seek时,必填。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SeekCommandInput Modifier and Type Method Description voidSyncKTVRobotCommandRequest. setSeekCommandInput(SeekCommandInput SeekCommandInput)Set 播放进度,当Command取Seek时,必填。voidSyncRobotCommand. setSeekCommandInput(SeekCommandInput SeekCommandInput)Set 播放进度,当Command取Seek时,必填。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SeekCommandInput Constructor Description SeekCommandInput(SeekCommandInput 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.
-