public static class P2cQueryLedSoundResponse.SoundConfig extends Object implements Serializable
| 构造器和说明 |
|---|
SoundConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCustomContent()
Gets custom content.
|
String |
getDynamicContent()
Gets dynamic content.
|
Integer |
getSoundType()
Gets sound type.
|
void |
setCustomContent(String customContent)
Sets custom content.
|
void |
setDynamicContent(String dynamicContent)
Sets dynamic content.
|
void |
setSoundType(Integer soundType)
Sets sound type.
|
public Integer getSoundType()
public void setSoundType(Integer soundType)
soundType - the sound typepublic 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.