Class SetVolumeCommandInput

    • Constructor Detail

      • SetVolumeCommandInput

        public SetVolumeCommandInput()
      • SetVolumeCommandInput

        public 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.
    • Method Detail

      • getVolume

        public Long getVolume()
        Get 音量大小,取值范围为 0~100,默认值为 50。
        Returns:
        Volume 音量大小,取值范围为 0~100,默认值为 50。
      • setVolume

        public void setVolume​(Long Volume)
        Set 音量大小,取值范围为 0~100,默认值为 50。
        Parameters:
        Volume - 音量大小,取值范围为 0~100,默认值为 50。