public static enum UpsertLogAnalyticsParserDetails.Type extends Enum<UpsertLogAnalyticsParserDetails.Type> implements BmcEnum
The parser type. Default value is REGEX.
Modifier and Type | Method and Description |
---|---|
static UpsertLogAnalyticsParserDetails.Type |
create(String key) |
String |
getValue() |
static UpsertLogAnalyticsParserDetails.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpsertLogAnalyticsParserDetails.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpsertLogAnalyticsParserDetails.Type Xml
public static final UpsertLogAnalyticsParserDetails.Type Json
public static final UpsertLogAnalyticsParserDetails.Type Regex
public static final UpsertLogAnalyticsParserDetails.Type Odl
public static final UpsertLogAnalyticsParserDetails.Type Delimited
public static UpsertLogAnalyticsParserDetails.Type[] values()
for (UpsertLogAnalyticsParserDetails.Type c : UpsertLogAnalyticsParserDetails.Type.values()) System.out.println(c);
public static UpsertLogAnalyticsParserDetails.Type 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 static UpsertLogAnalyticsParserDetails.Type create(String key)
Copyright © 2016–2024. All rights reserved.