public enum Syslog5424Attributes extends Enum<Syslog5424Attributes> implements FlowFileAttributeKey
| Modifier and Type | Method and Description |
|---|---|
String |
key() |
static Syslog5424Attributes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Syslog5424Attributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Syslog5424Attributes SYSLOG_APP_NAME
public static final Syslog5424Attributes SYSLOG_PROCID
public static final Syslog5424Attributes SYSLOG_MESSAGEID
public static final Syslog5424Attributes SYSLOG_STRUCTURED_BASE
public static final Syslog5424Attributes SYSLOG_STRUCTURED_ELEMENT_ID_FMT
public static final Syslog5424Attributes SYSLOG_STRUCTURED_ELEMENT_ID_PNAME_FMT
public static final Syslog5424Attributes SYSLOG_STRUCTURED_ELEMENT_ID_PNAME_PATTERN
public static final Syslog5424Attributes APP_NAME
public static final Syslog5424Attributes PROCID
public static final Syslog5424Attributes MESSAGEID
public static final Syslog5424Attributes STRUCTURED_BASE
public static final Syslog5424Attributes STRUCTURED_ELEMENT_ID_FMT
public static final Syslog5424Attributes STRUCTURED_ELEMENT_ID_PNAME_FMT
public static final Syslog5424Attributes STRUCTURED_ELEMENT_ID_PNAME_PATTERN
private String key
public static Syslog5424Attributes[] values()
for (Syslog5424Attributes c : Syslog5424Attributes.values()) System.out.println(c);
public static Syslog5424Attributes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String key()
key in interface FlowFileAttributeKeyCopyright © 2023 Apache NiFi Project. All rights reserved.