public interface EnvironmentWarningConfiguration extends ConfigBeanProxy, ConfigExtension
ConfigBeanProxy.Duck
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColour() |
String |
getMessage() |
String |
getTextColour() |
String |
isEnabled() |
void |
setBackgroundColour(String colour) |
void |
setEnabled(Boolean enabled) |
void |
setMessage(String message) |
void |
setTextColour(String colour) |
createChild, deepCopy, getParent, getParent
String isEnabled()
void setEnabled(Boolean enabled)
String getMessage()
void setMessage(String message)
String getBackgroundColour()
void setBackgroundColour(String colour)
String getTextColour()
void setTextColour(String colour)
Copyright © 2019. All rights reserved.