Class ConfigurationEntryResponse
java.lang.Object
app.nzyme.plugin.rest.configuration.ConfigurationEntryResponse
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()abstract List<ConfigurationEntryConstraint>static ConfigurationEntryResponsecreate(String key, String keyHumanReadable, Object value, ConfigurationEntryValueType valueType, Object defaultValue, Boolean requiresRestart, List<ConfigurationEntryConstraint> constraints, String helpTag) abstract Objectabstract StringhelpTag()abstract Stringkey()abstract Stringabstract Booleanabstract Objectvalue()abstract ConfigurationEntryValueType
-
Constructor Details
-
ConfigurationEntryResponse
public ConfigurationEntryResponse()
-
-
Method Details
-
key
-
keyHumanReadable
-
value
-
valueType
-
defaultValue
-
requiresRestart
-
constraints
-
helpTag
-
create
public static ConfigurationEntryResponse create(String key, String keyHumanReadable, Object value, ConfigurationEntryValueType valueType, Object defaultValue, Boolean requiresRestart, List<ConfigurationEntryConstraint> constraints, String helpTag) -
builder
-