Uses of Class
com.tencentcloudapi.ame.v20190916.models.SetVolumeCommandInput
-
Packages that use SetVolumeCommandInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SetVolumeCommandInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SetVolumeCommandInput Modifier and Type Method Description SetVolumeCommandInput
SyncKTVRobotCommandRequest. getSetVolumeCommandInput()
Get音量,当Command取SetVolume时,必填。(已废弃,请采用 SetRealVolumeCommandInput )SetVolumeCommandInput
SyncRobotCommand. getSetVolumeCommandInput()
Get音量,当Command取SetVolume时,必填。(已废弃,请采用 SetRealVolumeCommandInput)SetVolumeCommandInput
KTVRobotInfo. getSetVolumeInput()
Get音量,范围 0~100,默认为 50。(已废弃,请采用 SetRealVolumeInput )Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SetVolumeCommandInput Modifier and Type Method Description void
SyncKTVRobotCommandRequest. setSetVolumeCommandInput(SetVolumeCommandInput SetVolumeCommandInput)
Set音量,当Command取SetVolume时,必填。(已废弃,请采用 SetRealVolumeCommandInput )void
SyncRobotCommand. setSetVolumeCommandInput(SetVolumeCommandInput SetVolumeCommandInput)
Set音量,当Command取SetVolume时,必填。(已废弃,请采用 SetRealVolumeCommandInput)void
KTVRobotInfo. setSetVolumeInput(SetVolumeCommandInput SetVolumeInput)
Set音量,范围 0~100,默认为 50。(已废弃,请采用 SetRealVolumeInput )Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SetVolumeCommandInput Constructor Description SetVolumeCommandInput(SetVolumeCommandInput 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.
-