@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsParserSummary extends Object
LoganParserDetails
Note: Objects should always be created or deserialized using the LogAnalyticsParserSummary.Builder. This model distinguishes fields
that are null because they are unset from fields that are explicitly set to null. This is done in
the setter methods of the LogAnalyticsParserSummary.Builder, which maintain a set of all explicitly set fields called
__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take
__explicitlySet__ into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null from unset null).
| Modifier and Type | Class and Description |
|---|---|
static class |
LogAnalyticsParserSummary.Builder |
static class |
LogAnalyticsParserSummary.Type
type
|
| Constructor and Description |
|---|
LogAnalyticsParserSummary(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,
Date timeUpdated,
Integer logTypeTestRequestVersion,
List<LogAnalyticsParser> mappedParsers,
String parserIgnorelineCharacters,
Boolean isHidden,
Integer parserSequence,
String parserTimezone,
LogAnalyticsParserFilter parserFilter,
Boolean isParserWrittenOnce,
List<LogAnalyticsParserFunction> parserFunctions,
Long sourcesCount,
List<LogAnalyticsSource> sources,
Boolean shouldTokenizeOriginalText,
LogAnalyticsParserSummary.Type type,
Boolean isUserDeleted)
Deprecated.
|
@ConstructorProperties(value={"content","description","displayName","editVersion","encoding","exampleContent","fieldMaps","footerContent","headerContent","name","isDefault","isSingleLineContent","isSystem","language","timeUpdated","logTypeTestRequestVersion","mappedParsers","parserIgnorelineCharacters","isHidden","parserSequence","parserTimezone","parserFilter","isParserWrittenOnce","parserFunctions","sourcesCount","sources","shouldTokenizeOriginalText","type","isUserDeleted"}) @Deprecated public LogAnalyticsParserSummary(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, Date timeUpdated, Integer logTypeTestRequestVersion, List<LogAnalyticsParser> mappedParsers, String parserIgnorelineCharacters, Boolean isHidden, Integer parserSequence, String parserTimezone, LogAnalyticsParserFilter parserFilter, Boolean isParserWrittenOnce, List<LogAnalyticsParserFunction> parserFunctions, Long sourcesCount, List<LogAnalyticsSource> sources, Boolean shouldTokenizeOriginalText, LogAnalyticsParserSummary.Type type, Boolean isUserDeleted)
public static LogAnalyticsParserSummary.Builder builder()
Create a new builder.
public LogAnalyticsParserSummary.Builder toBuilder()
public String getContent()
content
public String getDescription()
description
public String getDisplayName()
display name
public Long getEditVersion()
edit version
public String getEncoding()
encoding
public String getExampleContent()
example content
public List<LogAnalyticsParserField> getFieldMaps()
fields Maps
public String getFooterContent()
footer regular expression
public String getHeaderContent()
header content
public String getName()
Name
public Boolean getIsDefault()
is default flag
public Boolean getIsSingleLineContent()
is single line content
public Boolean getIsSystem()
is system flag
public String getLanguage()
language
public Date getTimeUpdated()
last updated date
public Integer getLogTypeTestRequestVersion()
log type test request version
public List<LogAnalyticsParser> getMappedParsers()
mapped parser list
public String getParserIgnorelineCharacters()
parser ignore line characters
public Boolean getIsHidden()
is hidden flag
public Integer getParserSequence()
sequence
public String getParserTimezone()
time zone
public LogAnalyticsParserFilter getParserFilter()
public Boolean getIsParserWrittenOnce()
write once
public List<LogAnalyticsParserFunction> getParserFunctions()
plugin instance list
public Long getSourcesCount()
sources using this parser
public List<LogAnalyticsSource> getSources()
sources using list
public Boolean getShouldTokenizeOriginalText()
tokenize original text
public LogAnalyticsParserSummary.Type getType()
type
public Boolean getIsUserDeleted()
user deleted flag
Copyright © 2016–2021. All rights reserved.