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 String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class org.graylog2.database.entities.ScopedEntity
FIELD_ID, FIELD_SCOPE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataAdapterDto.Builder
builder()
abstract LookupDataAdapterConfiguration
config()
abstract String
abstract Long
abstract Boolean
abstract TimeUnit
abstract String
abstract String
name()
abstract String
title()
abstract DataAdapterDto.Builder
Methods inherited from class org.graylog2.database.entities.ScopedEntity
scope
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-