public static enum AuditLogRouterUtils.RequestNameOverrides extends Enum<AuditLogRouterUtils.RequestNameOverrides>
Enum Constant and Description |
---|
KAFKA_FETCH_CONSUMER |
KAFKA_FETCH_FOLLOWER |
MDS_AUTHORIZE |
Modifier and Type | Field and Description |
---|---|
String |
category |
String |
name |
String |
prefix |
Modifier and Type | Method and Description |
---|---|
static AuditLogRouterUtils.RequestNameOverrides |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogRouterUtils.RequestNameOverrides[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuditLogRouterUtils.RequestNameOverrides MDS_AUTHORIZE
public static final AuditLogRouterUtils.RequestNameOverrides KAFKA_FETCH_CONSUMER
public static final AuditLogRouterUtils.RequestNameOverrides KAFKA_FETCH_FOLLOWER
public final String prefix
public final String name
public final String category
public static AuditLogRouterUtils.RequestNameOverrides[] values()
for (AuditLogRouterUtils.RequestNameOverrides c : AuditLogRouterUtils.RequestNameOverrides.values()) System.out.println(c);
public static AuditLogRouterUtils.RequestNameOverrides 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 null