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