Class ViewSummaryDTO
java.lang.Object
org.graylog.plugins.views.search.views.ViewSummaryDTO
- All Implemented Interfaces:
ViewLike,MongoEntity
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ViewSummaryDTO.Builderbuilder()abstract org.joda.time.DateTimeabstract Stringabstract booleanfavorite()abstract Stringid()ID of the entity.idsFrom(Collection<ViewSummaryDTO> views) abstract org.joda.time.DateTimeowner()abstract com.google.common.collect.ImmutableSet<String>abstract Map<String,PluginMetadataSummary> requires()abstract StringsearchId()abstract Stringsummary()abstract @NotBlank Stringtitle()abstract ViewSummaryDTO.Builderabstract ViewDTO.Typetype()
-
Constructor Details
-
ViewSummaryDTO
public ViewSummaryDTO()
-
-
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- Specified by:
idin interfaceViewLike- Returns:
- Hex string representation of the entity's ID
-
type
-
title
-
summary
-
description
-
searchId
-
properties
-
requires
-
owner
-
createdAt
public abstract org.joda.time.DateTime createdAt() -
lastUpdatedAt
public abstract org.joda.time.DateTime lastUpdatedAt() -
favorite
public abstract boolean favorite() -
builder
-
toBuilder
-
idsFrom
-