public enum ElasticsearchField extends Enum<ElasticsearchField>
| Enum Constant and Description |
|---|
HTTP_HEADER_INBOUND |
SLEUTH_TRACE_ID |
SOAP_MESSAGE_INBOUND |
SOAP_MESSAGE_OUTBOUND |
SOAP_METHOD_LOG_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static ElasticsearchField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElasticsearchField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElasticsearchField SOAP_METHOD_LOG_NAME
public static final ElasticsearchField HTTP_HEADER_INBOUND
public static final ElasticsearchField SOAP_MESSAGE_INBOUND
public static final ElasticsearchField SOAP_MESSAGE_OUTBOUND
public static final ElasticsearchField SLEUTH_TRACE_ID
public static ElasticsearchField[] values()
for (ElasticsearchField c : ElasticsearchField.values()) System.out.println(c);
public static ElasticsearchField 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 getName()
Copyright © 2019. All rights reserved.