Package org.graylog.plugins.views.search
Class SearchSummary
java.lang.Object
org.graylog.plugins.views.search.SearchSummary
- All Implemented Interfaces:
MongoEntity
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SearchSummary.Builderbuilder()abstract org.joda.time.DateTimeabstract Stringid()ID of the entity.owner()abstract SearchSummary.Builder
-
Constructor Details
-
SearchSummary
public SearchSummary()
-
-
Method Details
-
id
Description copied from interface:MongoEntityID of the entity. Will be stored as field "_id" with type ObjectId in MongoDB.- Specified by:
idin interfaceMongoEntity- Returns:
- Hex string representation of the entity's ID
-
owner
-
createdAt
public abstract org.joda.time.DateTime createdAt() -
toBuilder
-
builder
-