Class LookupCacheEntity
java.lang.Object
org.graylog2.contentpacks.model.entities.ScopedContentPackEntity
org.graylog2.contentpacks.model.entities.LookupCacheEntity
-
Nested Class Summary
Nested classes/interfaces inherited from class org.graylog2.contentpacks.model.entities.ScopedContentPackEntity
ScopedContentPackEntity.AbstractBuilder<SELF extends ScopedContentPackEntity.AbstractBuilder<SELF>> -
Field Summary
Fields inherited from class org.graylog2.contentpacks.model.entities.ScopedContentPackEntity
FIELD_SCOPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ReferenceMapstatic LookupCacheEntitycreate(ValueReference scope, ValueReference name, ValueReference title, ValueReference description, ReferenceMap configuration) abstract ValueReferenceabstract ValueReferencename()abstract ValueReferencetitle()Methods inherited from class org.graylog2.contentpacks.model.entities.ScopedContentPackEntity
scope
-
Constructor Details
-
LookupCacheEntity
public LookupCacheEntity()
-
-
Method Details
-
name
-
title
-
description
-
configuration
-
create
public static LookupCacheEntity create(ValueReference scope, ValueReference name, ValueReference title, ValueReference description, ReferenceMap configuration)
-