Package org.graylog2.lookup.dto
Class LookupTableDto
java.lang.Object
org.graylog2.database.entities.ScopedEntity
org.graylog2.lookup.dto.LookupTableDto
- All Implemented Interfaces:
MongoEntity
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.graylog2.database.entities.ScopedEntity
ScopedEntity.AbstractBuilder<SELF extends ScopedEntity.AbstractBuilder<SELF>> -
Field Summary
FieldsFields inherited from class org.graylog2.database.entities.ScopedEntity
FIELD_ID, FIELD_SCOPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LookupTableDto.Builderbuilder()abstract StringcacheId()abstract Stringabstract Stringabstract Stringabstract LookupDefaultValue.Typeabstract Stringabstract LookupDefaultValue.Typeabstract Stringabstract Stringname()abstract Stringtitle()abstract LookupTableDto.BuilderMethods inherited from class org.graylog2.database.entities.ScopedEntity
scopeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.database.MongoEntity
id
-
Field Details
-
FIELD_TITLE
- See Also:
-
FIELD_DESCRIPTION
- See Also:
-
FIELD_NAME
- See Also:
-
-
Constructor Details
-
LookupTableDto
public LookupTableDto()
-
-
Method Details
-
title
-
description
-
name
-
cacheId
-
dataAdapterId
-
contentPack
-
defaultSingleValue
-
defaultSingleValueType
-
defaultMultiValue
-
defaultMultiValueType
-
builder
-
toBuilder
-