类 P2cLedSoundRequest.SoundConfig

java.lang.Object
com.icetech.sdk.request.p2c.rule.P2cLedSoundRequest.SoundConfig
所有已实现的接口:
Serializable
封闭类:
P2cLedSoundRequest

public static class P2cLedSoundRequest.SoundConfig extends Object implements Serializable
The type Sound config.
另请参阅:
  • 构造器详细资料

    • SoundConfig

      public SoundConfig()
  • 方法详细资料

    • getSoundType

      public Integer getSoundType()
      Gets sound type.
      返回:
      the sound type
    • setSoundType

      public void setSoundType(Integer soundType)
      Sets sound type.
      参数:
      soundType - the sound type
    • getDynamicContent

      public String getDynamicContent()
      Gets dynamic content.
      返回:
      the dynamic content
    • setDynamicContent

      public void setDynamicContent(String dynamicContent)
      Sets dynamic content.
      参数:
      dynamicContent - the dynamic content
    • getCustomContent

      public String getCustomContent()
      Gets custom content.
      返回:
      the custom content
    • setCustomContent

      public void setCustomContent(String customContent)
      Sets custom content.
      参数:
      customContent - the custom content