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