Package org.apache.nifi.syslog.events
Class SyslogEvent
java.lang.Object
org.apache.nifi.syslog.events.SyslogEvent
Encapsulates the parsed information for a single Syslog event.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
priority
-
severity
-
facility
-
version
-
timeStamp
-
hostName
-
sender
-
msgBody
-
fullMessage
-
rawMessage
private final byte[] rawMessage -
valid
private final boolean valid
-
-
Constructor Details
-
SyslogEvent
-
-
Method Details
-
getPriority
-
getSeverity
-
getFacility
-
getVersion
-
getTimeStamp
-
getHostName
-
getSender
-
getMsgBody
-
getFullMessage
-
getRawMessage
public byte[] getRawMessage() -
isValid
public boolean isValid()
-