Package org.graylog2.system.activities
Class SystemMessageImpl
java.lang.Object
org.graylog2.database.PersistedImpl
org.graylog2.system.activities.SystemMessageImpl
- All Implemented Interfaces:
Persisted,SystemMessage
-
Field Summary
Fields inherited from class org.graylog2.database.PersistedImpl
fields, id -
Constructor Summary
ConstructorsModifierConstructorDescriptionSystemMessageImpl(Map<String, Object> fields) protectedSystemMessageImpl(org.bson.types.ObjectId id, Map<String, Object> fields) -
Method Summary
Modifier and TypeMethodDescriptionorg.joda.time.DateTimeMethods inherited from class org.graylog2.database.PersistedImpl
asMap, equals, getFields, getId, getObjectId, hashCode, toString
-
Constructor Details
-
SystemMessageImpl
-
SystemMessageImpl
-
-
Method Details
-
getCaller
- Specified by:
getCallerin interfaceSystemMessage
-
getContent
- Specified by:
getContentin interfaceSystemMessage
-
getTimestamp
public org.joda.time.DateTime getTimestamp()- Specified by:
getTimestampin interfaceSystemMessage
-
getNodeId
- Specified by:
getNodeIdin interfaceSystemMessage
-
getValidations
- Specified by:
getValidationsin interfacePersisted
-
getEmbeddedValidations
- Specified by:
getEmbeddedValidationsin interfacePersisted
-