Package org.graylog2.contentpacks.model
Class LegacyContentPack
java.lang.Object
org.graylog2.contentpacks.model.LegacyContentPack
- All Implemented Interfaces:
ContentPack,Identified,Revisioned,Versioned
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.graylog2.contentpacks.model.ContentPack
ContentPack.ContentPackBuilder<SELF>Nested classes/interfaces inherited from interface org.graylog2.contentpacks.model.Identified
Identified.IdBuilder<SELF>Nested classes/interfaces inherited from interface org.graylog2.contentpacks.model.Revisioned
Revisioned.RevisionBuilder<SELF>Nested classes/interfaces inherited from interface org.graylog2.contentpacks.model.Versioned
Versioned.VersionBuilder<SELF> -
Field Summary
Fields inherited from interface org.graylog2.contentpacks.model.Identified
FIELD_META_IDFields inherited from interface org.graylog2.contentpacks.model.Revisioned
FIELD_META_REVISIONFields inherited from interface org.graylog2.contentpacks.model.Versioned
FIELD_META_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.bson.types.ObjectId_id()abstract Stringabstract com.google.common.collect.ImmutableSet<Entity>entities()abstract Stringname()abstract com.google.common.collect.ImmutableSet<Parameter>abstract com.google.common.collect.ImmutableSet<Constraint>requires()abstract Stringsummary()abstract URIurl()abstract Stringvendor()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.contentpacks.model.Identified
idMethods inherited from interface org.graylog2.contentpacks.model.Revisioned
revision
-
Constructor Details
-
LegacyContentPack
public LegacyContentPack()
-
-
Method Details
-
_id
@Nullable public abstract org.bson.types.ObjectId _id() -
name
-
summary
-
description
-
vendor
-
url
-
requires
-
parameters
-
entities
-
toContentPackV1
-