public static class P2cQueryLedDisplayResponse.LedConfig extends Object implements Serializable
| 构造器和说明 |
|---|
LedConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCustomContent()
Gets custom content.
|
Integer |
getDisplayType()
Gets display type.
|
String |
getDynamicContent()
Gets dynamic content.
|
Integer |
getLedColor()
Gets led color.
|
Integer |
getRowNum()
Gets row num.
|
void |
setCustomContent(String customContent)
Sets custom content.
|
void |
setDisplayType(Integer displayType)
Sets display type.
|
void |
setDynamicContent(String dynamicContent)
Sets dynamic content.
|
void |
setLedColor(Integer ledColor)
Sets led color.
|
void |
setRowNum(Integer rowNum)
Sets row num.
|
public Integer getDisplayType()
public void setDisplayType(Integer displayType)
displayType - the display typepublic Integer getRowNum()
public void setRowNum(Integer rowNum)
rowNum - the row numpublic Integer getLedColor()
public void setLedColor(Integer ledColor)
ledColor - the led colorpublic String getDynamicContent()
public void setDynamicContent(String dynamicContent)
dynamicContent - the dynamic contentpublic String getCustomContent()
public void setCustomContent(String customContent)
customContent - the custom contentCopyright © 2025. All rights reserved.