Package org.graylog2.lookup
Class LookupDefaultSingleValue
java.lang.Object
org.graylog2.lookup.LookupDefaultSingleValue
- All Implemented Interfaces:
LookupDefaultValue
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog2.lookup.LookupDefaultValue
LookupDefaultValue.Type -
Field Summary
Fields inherited from interface org.graylog2.lookup.LookupDefaultValue
FIELD_VALUE, FIELD_VALUE_STRING, FIELD_VALUE_TYPE, OBJECT_MAPPER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()static LookupDefaultSingleValuecreate(String valueString, LookupDefaultValue.Type valueType) booleanisSet()abstract LookupDefaultSingleValue.Builderabstract Objectvalue()abstract Stringabstract LookupDefaultValue.Type
-
Constructor Details
-
LookupDefaultSingleValue
public LookupDefaultSingleValue()
-
-
Method Details
-
valueString
- Specified by:
valueStringin interfaceLookupDefaultValue
-
valueType
- Specified by:
valueTypein interfaceLookupDefaultValue
-
value
- Specified by:
valuein interfaceLookupDefaultValue
-
isSet
public boolean isSet()- Specified by:
isSetin interfaceLookupDefaultValue
-
create
public static LookupDefaultSingleValue create(String valueString, LookupDefaultValue.Type valueType) -
builder
-
toBuilder
-