Package org.graylog2.lookup.dto
Class DataAdapterDto
java.lang.Object
org.graylog2.database.entities.ScopedEntity
org.graylog2.lookup.dto.DataAdapterDto
- 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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.graylog2.database.entities.ScopedEntity
FIELD_ID, FIELD_SCOPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataAdapterDto.Builderbuilder()abstract LookupDataAdapterConfigurationconfig()abstract Stringabstract Longabstract Booleanabstract TimeUnitabstract Stringabstract Stringname()abstract Stringtitle()abstract DataAdapterDto.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:
-
FIELD_CUSTOM_ERROR_TTL
- See Also:
-
FIELD_CUSTOM_ERROR_TTL_ENABLED
- See Also:
-
FIELD_CUSTOM_ERROR_TTL_UNIT
- See Also:
-
-
Constructor Details
-
DataAdapterDto
public DataAdapterDto()
-
-
Method Details
-
title
-
description
-
name
-
customErrorTTLEnabled
-
customErrorTTL
-
customErrorTTLUnit
-
contentPack
-
config
-
builder
-
toBuilder
-