Class EntityDescriptor
java.lang.Object
org.graylog2.contentpacks.model.entities.EntityDescriptor
- All Implemented Interfaces:
Identified,Typed
The unique description of a (virtual) entity by ID and type.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.graylog2.contentpacks.model.Identified
Identified.IdBuilder<SELF>Nested classes/interfaces inherited from interface org.graylog2.contentpacks.model.Typed
Typed.TypeBuilder<SELF> -
Field Summary
Fields inherited from interface org.graylog2.contentpacks.model.Identified
FIELD_META_IDFields inherited from interface org.graylog2.contentpacks.model.Typed
FIELD_META_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityDescriptor.Builderbuilder()static EntityDescriptorShortcut forcreate(ModelId, ModelType)static EntityDescriptorMethods 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
id
-
Constructor Details
-
EntityDescriptor
public EntityDescriptor()
-
-
Method Details
-
create
-
create
Shortcut forcreate(ModelId, ModelType) -
builder
-