类 P2cQueryLedDisplayResponse.LedConfig
java.lang.Object
com.icetech.sdk.response.p2c.rule.P2cQueryLedDisplayResponse.LedConfig
- 所有已实现的接口:
Serializable
The type Led config.
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets custom content.Gets display type.Gets dynamic content.Gets led color.Gets row num.voidsetCustomContent(String customContent) Sets custom content.voidsetDisplayType(Integer displayType) Sets display type.voidsetDynamicContent(String dynamicContent) Sets dynamic content.voidsetLedColor(Integer ledColor) Sets led color.voidSets row num.
-
构造器详细资料
-
LedConfig
public LedConfig()
-
-
方法详细资料
-
getDisplayType
Gets display type.- 返回:
- the display type
-
setDisplayType
Sets display type.- 参数:
displayType- the display type
-
getRowNum
Gets row num.- 返回:
- the row num
-
setRowNum
Sets row num.- 参数:
rowNum- the row num
-
getLedColor
Gets led color.- 返回:
- the led color
-
setLedColor
Sets led color.- 参数:
ledColor- the led color
-
getDynamicContent
Gets dynamic content.- 返回:
- the dynamic content
-
setDynamicContent
Sets dynamic content.- 参数:
dynamicContent- the dynamic content
-
getCustomContent
Gets custom content.- 返回:
- the custom content
-
setCustomContent
Sets custom content.- 参数:
customContent- the custom content
-