Class ScopedEntity

java.lang.Object
org.graylog2.database.entities.ScopedEntity
Direct Known Subclasses:
CacheDto, DataAdapterDto, EventDefinitionDto, LookupTableDto

public abstract class ScopedEntity extends Object
Entity base class, which can be used to enforce that each entity implementation has the required id and _scope fields.
  • Field Details

  • Constructor Details

    • ScopedEntity

      public ScopedEntity()
  • Method Details

    • id

      @Nullable public abstract String id()
    • scope

      public abstract String scope()