public interface LookupDefaultValue
Modifier and Type | Interface and Description |
---|---|
static class |
LookupDefaultValue.Type |
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_VALUE |
static String |
FIELD_VALUE_STRING |
static String |
FIELD_VALUE_TYPE |
static com.fasterxml.jackson.databind.ObjectMapper |
OBJECT_MAPPER |
Modifier and Type | Method and Description |
---|---|
boolean |
isSet() |
Object |
value() |
String |
valueString() |
LookupDefaultValue.Type |
valueType() |
static final String FIELD_VALUE_STRING
static final String FIELD_VALUE_TYPE
static final String FIELD_VALUE
static final com.fasterxml.jackson.databind.ObjectMapper OBJECT_MAPPER
String valueString()
LookupDefaultValue.Type valueType()
Object value()
boolean isSet()
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.