类 P2cQueryLedSoundResponse

java.lang.Object
com.icetech.sdk.response.BaseResponse
com.icetech.sdk.response.p2c.rule.P2cQueryLedSoundResponse

public class P2cQueryLedSoundResponse extends BaseResponse
Description LedSoundRequest Copyright (c) Department of Research and Development/Beijing All Rights Reserved
版本:
1.0 @Date 2022/7/15 18:08
作者:
wgy
  • 构造器详细资料

    • P2cQueryLedSoundResponse

      public P2cQueryLedSoundResponse()
  • 方法详细资料

    • getParkCode

      public String getParkCode()
      Gets park code.
      返回:
      the park code
    • setParkCode

      public void setParkCode(String parkCode)
      Sets park code.
      参数:
      parkCode - the park code
    • getVolumeValue

      public Integer getVolumeValue()
      Gets volume value.
      返回:
      the volume value
    • setVolumeValue

      public void setVolumeValue(Integer volumeValue)
      Sets volume value.
      参数:
      volumeValue - the volume value
    • getQuietHoursSwitch

      public Integer getQuietHoursSwitch()
      Gets quiet hours switch.
      返回:
      the quiet hours switch
    • setQuietHoursSwitch

      public void setQuietHoursSwitch(Integer quietHoursSwitch)
      Sets quiet hours switch.
      参数:
      quietHoursSwitch - the quiet hours switch
    • getQuietStartTime

      public String getQuietStartTime()
      Gets quiet start time.
      返回:
      the quiet start time
    • setQuietStartTime

      public void setQuietStartTime(String quietStartTime)
      Sets quiet start time.
      参数:
      quietStartTime - the quiet start time
    • getQuietEndTime

      public String getQuietEndTime()
      Gets quiet end time.
      返回:
      the quiet end time
    • setQuietEndTime

      public void setQuietEndTime(String quietEndTime)
      Sets quiet end time.
      参数:
      quietEndTime - the quiet end time
    • getQuietVolumeValue

      public Integer getQuietVolumeValue()
      Gets quiet volume value.
      返回:
      the quiet volume value
    • setQuietVolumeValue

      public void setQuietVolumeValue(Integer quietVolumeValue)
      Sets quiet volume value.
      参数:
      quietVolumeValue - the quiet volume value
    • getSoundConfig

      public List<P2cQueryLedSoundResponse.SoundConfig> getSoundConfig()
      Gets sound config.
      返回:
      the sound config
    • setSoundConfig

      public void setSoundConfig(List<P2cQueryLedSoundResponse.SoundConfig> soundConfig)
      Sets sound config.
      参数:
      soundConfig - the sound config