类 P2cQueryLedDisplayResponse.LedConfig

java.lang.Object
com.icetech.sdk.response.p2c.rule.P2cQueryLedDisplayResponse.LedConfig
所有已实现的接口:
Serializable
封闭类:
P2cQueryLedDisplayResponse

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

    • LedConfig

      public LedConfig()
  • 方法详细资料

    • getDisplayType

      public Integer getDisplayType()
      Gets display type.
      返回:
      the display type
    • setDisplayType

      public void setDisplayType(Integer displayType)
      Sets display type.
      参数:
      displayType - the display type
    • getRowNum

      public Integer getRowNum()
      Gets row num.
      返回:
      the row num
    • setRowNum

      public void setRowNum(Integer rowNum)
      Sets row num.
      参数:
      rowNum - the row num
    • getLedColor

      public Integer getLedColor()
      Gets led color.
      返回:
      the led color
    • setLedColor

      public void setLedColor(Integer ledColor)
      Sets led color.
      参数:
      ledColor - the led color
    • 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