类 P2cQueryLedSoundResponse
java.lang.Object
com.icetech.sdk.response.BaseResponse
com.icetech.sdk.response.p2c.rule.P2cQueryLedSoundResponse
Description LedSoundRequest
Copyright (c) Department of Research and Development/Beijing
All Rights Reserved
- 版本:
- 1.0 @Date 2022/7/15 18:08
- 作者:
- wgy
-
嵌套类概要
嵌套类从类继承的嵌套类/接口 com.icetech.sdk.response.BaseResponse
BaseResponse.ErrorResponse -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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.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<P2cQueryLedSoundResponse.SoundConfig> soundConfig) Sets sound config.voidsetVolumeValue(Integer volumeValue) Sets volume value.从类继承的方法 com.icetech.sdk.response.BaseResponse
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestId
-
构造器详细资料
-
P2cQueryLedSoundResponse
public P2cQueryLedSoundResponse()
-
-
方法详细资料
-
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
-