| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static UpsertLogAnalyticsParserDetails.Type |
UpsertLogAnalyticsParserDetails.Type.create(String key) |
UpsertLogAnalyticsParserDetails.Type |
UpsertLogAnalyticsParserDetails.getType()
type
|
static UpsertLogAnalyticsParserDetails.Type |
UpsertLogAnalyticsParserDetails.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpsertLogAnalyticsParserDetails.Type[] |
UpsertLogAnalyticsParserDetails.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertLogAnalyticsParserDetails.Builder |
UpsertLogAnalyticsParserDetails.Builder.type(UpsertLogAnalyticsParserDetails.Type type) |
| Constructor and Description |
|---|
UpsertLogAnalyticsParserDetails(String content,
String description,
String displayName,
Long editVersion,
String encoding,
String exampleContent,
List<LogAnalyticsParserField> fieldMaps,
String footerContent,
String headerContent,
String name,
Boolean isDefault,
Boolean isSingleLineContent,
Boolean isSystem,
String language,
Integer logTypeTestRequestVersion,
String parserIgnorelineCharacters,
Integer parserSequence,
String parserTimezone,
Boolean isParserWrittenOnce,
List<LogAnalyticsParserFunction> parserFunctions,
Boolean shouldTokenizeOriginalText,
UpsertLogAnalyticsParserDetails.Type type)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.