public class Syslog5424Event extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Syslog5424Event.Builder |
| Modifier and Type | Field and Description |
|---|---|
private Exception |
exception |
private Map<String,Object> |
fieldMap |
private String |
fullMessage |
private byte[] |
rawMessage |
private String |
sender |
private boolean |
valid |
| Modifier | Constructor and Description |
|---|---|
private |
Syslog5424Event(Syslog5424Event.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
getException() |
Map<String,Object> |
getFieldMap() |
String |
getFullMessage() |
byte[] |
getRawMessage() |
String |
getSender() |
boolean |
isValid() |
private final String fullMessage
private final byte[] rawMessage
private final String sender
private final boolean valid
private final Exception exception
private Syslog5424Event(Syslog5424Event.Builder builder)
Copyright © 2023 Apache NiFi Project. All rights reserved.