类 P2cLedSoundRequest
java.lang.Object
com.icetech.sdk.request.BaseRequest<P2cLedSoundResponse>
com.icetech.sdk.request.p2c.rule.P2cLedSoundRequest
Description LedSoundRequest
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/15 18:08
- 作者:
- wgy
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidbuildBizContent(Map<String, Object> bizContent) Gets park code.Gets quiet end time.Gets quiet hours switch.Gets quiet start time.Gets quiet volume value.Gets sound config.Gets volume value.protected Stringmethod()定义接口名称voidsetParkCode(String parkCode) Sets park code.voidsetQuietEndTime(String quietEndTime) Sets quiet end time.voidsetQuietHoursSwitch(Integer quietHoursSwitch) Sets quiet hours switch.voidsetQuietStartTime(String quietStartTime) Sets quiet start time.voidsetQuietVolumeValue(Integer quietVolumeValue) Sets quiet volume value.voidsetSoundConfig(List<P2cLedSoundRequest.SoundConfig> soundConfig) Sets sound config.voidsetVolumeValue(Integer volumeValue) Sets volume value.从类继承的方法 com.icetech.sdk.request.BaseRequest
addFile, createRequestForm, getMethod, getRequestMethod, getResponseClass, setFiles, setRequestMethod, setVersion, version
-
构造器详细资料
-
P2cLedSoundRequest
public P2cLedSoundRequest()
-
-
方法详细资料
-
getParkCode
Gets park code.- 返回:
- the park code
-
setParkCode
Sets park code.- 参数:
parkCode- the park code
-
getVolumeValue
Gets volume value.- 返回:
- the volume value
-
setVolumeValue
Sets volume value.- 参数:
volumeValue- the volume value
-
getQuietHoursSwitch
Gets quiet hours switch.- 返回:
- the quiet hours switch
-
setQuietHoursSwitch
Sets quiet hours switch.- 参数:
quietHoursSwitch- the quiet hours switch
-
getQuietStartTime
Gets quiet start time.- 返回:
- the quiet start time
-
setQuietStartTime
Sets quiet start time.- 参数:
quietStartTime- the quiet start time
-
getQuietEndTime
Gets quiet end time.- 返回:
- the quiet end time
-
setQuietEndTime
Sets quiet end time.- 参数:
quietEndTime- the quiet end time
-
getQuietVolumeValue
Gets quiet volume value.- 返回:
- the quiet volume value
-
setQuietVolumeValue
Sets quiet volume value.- 参数:
quietVolumeValue- the quiet volume value
-
getSoundConfig
Gets sound config.- 返回:
- the sound config
-
setSoundConfig
Sets sound config.- 参数:
soundConfig- the sound config
-
method
从类复制的说明:BaseRequest定义接口名称- 指定者:
method在类中BaseRequest<P2cLedSoundResponse>- 返回:
- 接口名称
-
buildBizContent
-