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 SetRealVolumeCommandInputSyncKTVRobotCommandRequest. getSetRealVolumeCommandInput()Get 真实音量,当Command取SetRealVolume时,必填。SetRealVolumeCommandInputSyncRobotCommand. getSetRealVolumeCommandInput()Get 真实音量,当Command取SetRealVolume时,必填。SetRealVolumeCommandInputKTVRobotInfo. getSetRealVolumeInput()Get 真实音量,范围 0~100,默认为 50。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SetRealVolumeCommandInput Modifier and Type Method Description voidSyncKTVRobotCommandRequest. setSetRealVolumeCommandInput(SetRealVolumeCommandInput SetRealVolumeCommandInput)Set 真实音量,当Command取SetRealVolume时,必填。voidSyncRobotCommand. setSetRealVolumeCommandInput(SetRealVolumeCommandInput SetRealVolumeCommandInput)Set 真实音量,当Command取SetRealVolume时,必填。voidKTVRobotInfo. 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.
-