public class P2cQueryLedSoundResponse extends BaseResponse
| 限定符和类型 | 类和说明 |
|---|---|
static class |
P2cQueryLedSoundResponse.SoundConfig
The type Sound config.
|
BaseResponse.ErrorResponse| 构造器和说明 |
|---|
P2cQueryLedSoundResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getParkCode()
Gets park code.
|
String |
getQuietEndTime()
Gets quiet end time.
|
Integer |
getQuietHoursSwitch()
Gets quiet hours switch.
|
String |
getQuietStartTime()
Gets quiet start time.
|
Integer |
getQuietVolumeValue()
Gets quiet volume value.
|
List<P2cQueryLedSoundResponse.SoundConfig> |
getSoundConfig()
Gets sound config.
|
Integer |
getVolumeValue()
Gets volume value.
|
void |
setParkCode(String parkCode)
Sets park code.
|
void |
setQuietEndTime(String quietEndTime)
Sets quiet end time.
|
void |
setQuietHoursSwitch(Integer quietHoursSwitch)
Sets quiet hours switch.
|
void |
setQuietStartTime(String quietStartTime)
Sets quiet start time.
|
void |
setQuietVolumeValue(Integer quietVolumeValue)
Sets quiet volume value.
|
void |
setSoundConfig(List<P2cQueryLedSoundResponse.SoundConfig> soundConfig)
Sets sound config.
|
void |
setVolumeValue(Integer volumeValue)
Sets volume value.
|
getErrorResponse, getRequestId, isSuccess, setErrorResponse, setRequestIdpublic String getParkCode()
public void setParkCode(String parkCode)
parkCode - the park codepublic Integer getVolumeValue()
public void setVolumeValue(Integer volumeValue)
volumeValue - the volume valuepublic Integer getQuietHoursSwitch()
public void setQuietHoursSwitch(Integer quietHoursSwitch)
quietHoursSwitch - the quiet hours switchpublic String getQuietStartTime()
public void setQuietStartTime(String quietStartTime)
quietStartTime - the quiet start timepublic String getQuietEndTime()
public void setQuietEndTime(String quietEndTime)
quietEndTime - the quiet end timepublic Integer getQuietVolumeValue()
public void setQuietVolumeValue(Integer quietVolumeValue)
quietVolumeValue - the quiet volume valuepublic List<P2cQueryLedSoundResponse.SoundConfig> getSoundConfig()
public void setSoundConfig(List<P2cQueryLedSoundResponse.SoundConfig> soundConfig)
soundConfig - the sound configCopyright © 2025. All rights reserved.