Class RuleDao
java.lang.Object
org.graylog.plugins.pipelineprocessor.db.RuleDao
- All Implemented Interfaces:
MongoEntity
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuleDao.Builderbuilder()static RuleDaocreate(String id, String title, String description, String source, org.joda.time.DateTime createdAt, org.joda.time.DateTime modifiedAt, RuleBuilder ruleBuilder, String simulatorMessage) abstract org.joda.time.DateTimeabstract Stringabstract org.joda.time.DateTimeabstract RuleBuilderabstract Stringabstract Stringsource()abstract Stringtitle()abstract RuleDao.BuilderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog2.database.MongoEntity
id
-
Field Details
-
FIELD_ID
- See Also:
-
FIELD_TITLE
- See Also:
-
FIELD_DESCRIPTION
- See Also:
-
FIELD_SOURCE
- See Also:
-
FIELD_CREATED_AT
- See Also:
-
FIELD_MODFIED_AT
- See Also:
-
FIELD_RULEBUILDER
- See Also:
-
FIELD_SIMULATOR_MESSAGE
- See Also:
-
-
Constructor Details
-
RuleDao
public RuleDao()
-
-
Method Details
-
title
-
description
-
source
-
createdAt
@Nullable public abstract org.joda.time.DateTime createdAt() -
modifiedAt
@Nullable public abstract org.joda.time.DateTime modifiedAt() -
ruleBuilder
-
simulatorMessage
-
builder
-
toBuilder
-
create
-