public interface ConfigurationField
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConfigurationField.Optional |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_POSITION |
static int |
PLACE_AT_END_POSITION |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,String>> |
getAdditionalInformation() |
List<String> |
getAttributes() |
Object |
getDefaultValue() |
String |
getDescription() |
String |
getFieldType() |
String |
getHumanName() |
String |
getName() |
default int |
getPosition() |
ConfigurationField.Optional |
isOptional() |
void |
setDefaultValue(Object defaultValue) |
static final int DEFAULT_POSITION
static final int PLACE_AT_END_POSITION
String getFieldType()
String getName()
String getHumanName()
String getDescription()
Object getDefaultValue()
void setDefaultValue(Object defaultValue)
ConfigurationField.Optional isOptional()
default int getPosition()
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.