Uses of Class
com.tencentcloudapi.ame.v20190916.models.SetRealVolumeCommandInput
-
Packages that use SetRealVolumeCommandInput Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of SetRealVolumeCommandInput in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return SetRealVolumeCommandInput Modifier and Type Method Description SetRealVolumeCommandInput
SyncKTVRobotCommandRequest. getSetRealVolumeCommandInput()
Get 真实音量,当Command取SetRealVolume时,必填。SetRealVolumeCommandInput
SyncRobotCommand. getSetRealVolumeCommandInput()
Get 真实音量,当Command取SetRealVolume时,必填。SetRealVolumeCommandInput
KTVRobotInfo. getSetRealVolumeInput()
Get 真实音量,范围 0~100,默认为 50。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SetRealVolumeCommandInput Modifier and Type Method Description void
SyncKTVRobotCommandRequest. setSetRealVolumeCommandInput(SetRealVolumeCommandInput SetRealVolumeCommandInput)
Set 真实音量,当Command取SetRealVolume时,必填。void
SyncRobotCommand. setSetRealVolumeCommandInput(SetRealVolumeCommandInput SetRealVolumeCommandInput)
Set 真实音量,当Command取SetRealVolume时,必填。void
KTVRobotInfo. setSetRealVolumeInput(SetRealVolumeCommandInput SetRealVolumeInput)
Set 真实音量,范围 0~100,默认为 50。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type SetRealVolumeCommandInput Constructor Description SetRealVolumeCommandInput(SetRealVolumeCommandInput 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.
-