类 P2cLedSoundRequest

java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cLedSoundResponse>
com.icetech.sdk.request.p2c.rule.P2cLedSoundRequest

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

    • P2cLedSoundRequest

      public P2cLedSoundRequest()
  • 方法详细资料

    • 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<P2cLedSoundRequest.SoundConfig> getSoundConfig()
      Gets sound config.
      返回:
      the sound config
    • setSoundConfig

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

      protected String method()
      从类复制的说明: BaseRequest
      定义接口名称
      指定者:
      method 在类中 BaseRequest<P2cLedSoundResponse>
      返回:
      接口名称
    • buildBizContent

      protected void buildBizContent(Map<String,Object> bizContent)
      覆盖:
      buildBizContent 在类中 BaseRequest<P2cLedSoundResponse>