Package org.graylog2.contentpacks.model
Class ContentPackV1
java.lang.Object
org.graylog2.contentpacks.model.ContentPackV1
- All Implemented Interfaces:
ContentPack,Identified,Revisioned,Versioned
-
Nested Class Summary
Nested ClassesNested 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
FieldsFields 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()static ContentPackV1.Builderbuilder()abstract org.joda.time.DateTimeabstract Stringabstract com.google.common.collect.ImmutableSet<Entity>entities()abstract Stringname()abstract com.google.common.collect.ImmutableSet<Parameter>abstract com.github.zafarkhaja.semver.Versionabstract 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
-
Field Details
-
FIELD_NAME
- See Also:
-
-
Constructor Details
-
ContentPackV1
public ContentPackV1()
-
-
Method Details
-
_id
@Nullable public abstract org.bson.types.ObjectId _id() -
name
-
summary
-
description
-
vendor
-
url
-
createdAt
public abstract org.joda.time.DateTime createdAt() -
serverVersion
public abstract com.github.zafarkhaja.semver.Version serverVersion() -
parameters
-
entities
-
builder
-
constraints
-