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