Package org.graylog2.lookup.dto
Class CacheDto
java.lang.Object
org.graylog2.database.entities.ScopedEntity
org.graylog2.lookup.dto.CacheDto
- 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 CacheDto.Builderbuilder()abstract LookupCacheConfigurationconfig()abstract Stringabstract Stringabstract Stringname()abstract Stringtitle()abstract CacheDto.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
-
CacheDto
public CacheDto()
-
-
Method Details
-
title
-
description
-
name
-
contentPack
-
config
-
builder
-
toBuilder
-