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 SetVolumeCommandInputSyncKTVRobotCommandRequest. getSetVolumeCommandInput()Get音量,当Command取SetVolume时,必填。(已废弃,请采用 SetRealVolumeCommandInput )SetVolumeCommandInputSyncRobotCommand. getSetVolumeCommandInput()Get音量,当Command取SetVolume时,必填。(已废弃,请采用 SetRealVolumeCommandInput)SetVolumeCommandInputKTVRobotInfo. getSetVolumeInput()Get音量,范围 0~100,默认为 50。(已废弃,请采用 SetRealVolumeInput )Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type SetVolumeCommandInput Modifier and Type Method Description voidSyncKTVRobotCommandRequest. setSetVolumeCommandInput(SetVolumeCommandInput SetVolumeCommandInput)Set音量,当Command取SetVolume时,必填。(已废弃,请采用 SetRealVolumeCommandInput )voidSyncRobotCommand. setSetVolumeCommandInput(SetVolumeCommandInput SetVolumeCommandInput)Set音量,当Command取SetVolume时,必填。(已废弃,请采用 SetRealVolumeCommandInput)voidKTVRobotInfo. 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.
-