public class EnabledConfig extends Object
Constructor and Description |
---|
EnabledConfig() |
Modifier and Type | Method and Description |
---|---|
Boolean |
enabled()
Get true if configuration is enabled, false if it is disabled and null if configuration is not set.
|
EnabledConfig |
withEnabled(Boolean enabled)
Set true if configuration is enabled, false if it is disabled and null if configuration is not set.
|
public Boolean enabled()
public EnabledConfig withEnabled(Boolean enabled)
enabled
- the enabled value to setCopyright © 2019. All rights reserved.