public abstract class LookupDefaultSingleValue extends Object implements LookupDefaultValue
Modifier and Type | Class and Description |
---|---|
static class |
LookupDefaultSingleValue.Builder |
LookupDefaultValue.Type
FIELD_VALUE, FIELD_VALUE_STRING, FIELD_VALUE_TYPE, OBJECT_MAPPER
Constructor and Description |
---|
LookupDefaultSingleValue() |
Modifier and Type | Method and Description |
---|---|
static LookupDefaultSingleValue.Builder |
builder() |
static LookupDefaultSingleValue |
create(String valueString,
LookupDefaultValue.Type valueType) |
boolean |
isSet() |
abstract LookupDefaultSingleValue.Builder |
toBuilder() |
abstract Object |
value() |
abstract String |
valueString() |
abstract LookupDefaultValue.Type |
valueType() |
public abstract String valueString()
valueString
in interface LookupDefaultValue
public abstract LookupDefaultValue.Type valueType()
valueType
in interface LookupDefaultValue
@Nullable public abstract Object value()
value
in interface LookupDefaultValue
public boolean isSet()
isSet
in interface LookupDefaultValue
public static LookupDefaultSingleValue create(String valueString, LookupDefaultValue.Type valueType)
public static LookupDefaultSingleValue.Builder builder()
public abstract LookupDefaultSingleValue.Builder toBuilder()
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.