类 P2cLedSoundRequest.SoundConfig
java.lang.Object
com.icetech.sdk.request.p2c.rule.P2cLedSoundRequest.SoundConfig
- 所有已实现的接口:
Serializable
- 封闭类:
P2cLedSoundRequest
The type Sound config.
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Gets custom content.Gets dynamic content.Gets sound type.voidsetCustomContent(String customContent) Sets custom content.voidsetDynamicContent(String dynamicContent) Sets dynamic content.voidsetSoundType(Integer soundType) Sets sound type.
-
构造器详细资料
-
SoundConfig
public SoundConfig()
-
-
方法详细资料
-
getSoundType
Gets sound type.- 返回:
- the sound type
-
setSoundType
Sets sound type.- 参数:
soundType- the sound type
-
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
-