Class SearchSummary

java.lang.Object
org.graylog.plugins.views.search.SearchSummary
All Implemented Interfaces:
MongoEntity

public abstract class SearchSummary extends Object implements MongoEntity
  • Constructor Details

    • SearchSummary

      public SearchSummary()
  • Method Details

    • id

      @Nullable public abstract String id()
      Description copied from interface: MongoEntity
      ID of the entity. Will be stored as field "_id" with type ObjectId in MongoDB.
      Specified by:
      id in interface MongoEntity
      Returns:
      Hex string representation of the entity's ID
    • owner

      public abstract Optional<String> owner()
    • createdAt

      public abstract org.joda.time.DateTime createdAt()
    • toBuilder

      public abstract SearchSummary.Builder toBuilder()
    • builder

      public static SearchSummary.Builder builder()