@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsSourcePattern extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
LogAnalyticsSourcePattern
Note: Objects should always be created or deserialized using the LogAnalyticsSourcePattern.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 LogAnalyticsSourcePattern.Builder
, which maintain a
set of all explicitly set fields called LogAnalyticsSourcePattern.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
LogAnalyticsSourcePattern.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
LogAnalyticsSourcePattern(String convertedText,
Long dbParserId,
String dbPatternDateTimeColumns,
String dbPatternDateTimeField,
String dbPatternSequenceColumn,
List<LogAnalyticsParserField> fields,
Boolean isInclude,
Boolean isDefault,
LogAnalyticsPatternFilter patternFilter,
String alias,
String description,
Boolean isEnabled,
Long patternId,
Boolean isSystem,
Long sourceId,
Boolean isAgentWarningSuppressed,
String patternText,
Long patternType,
List<String> entityType,
List<LogAnalyticsProperty> patternProperties)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsSourcePattern.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAlias()
The source pattern alias.
|
String |
getConvertedText()
The converted text.
|
Long |
getDbParserId()
The parser unique identifier.
|
String |
getDbPatternDateTimeColumns()
The date time columns.
|
String |
getDbPatternDateTimeField()
The date time field.
|
String |
getDbPatternSequenceColumn()
The sequence column.
|
String |
getDescription()
The source pattern description.
|
List<String> |
getEntityType()
The source entity type.
|
List<LogAnalyticsParserField> |
getFields()
The parser field list.
|
Boolean |
getIsAgentWarningSuppressed()
A flag indicating whether or not agent warnings are suppressed for this source pattern.
|
Boolean |
getIsDefault()
A flag indicating if this is the default source pattern.
|
Boolean |
getIsEnabled()
A flag inidcating whether or not the source pattern is enabled.
|
Boolean |
getIsInclude()
A flag indicating if this is source pattern is included.
|
Boolean |
getIsSystem()
The system flag.
|
LogAnalyticsPatternFilter |
getPatternFilter() |
Long |
getPatternId()
The source pattern unique identifier.
|
List<LogAnalyticsProperty> |
getPatternProperties()
A list of pattern properties.
|
String |
getPatternText()
The pattern text.
|
Long |
getPatternType()
The pattern type.
|
Long |
getSourceId()
The source unique identifier.
|
int |
hashCode() |
LogAnalyticsSourcePattern.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"convertedText","dbParserId","dbPatternDateTimeColumns","dbPatternDateTimeField","dbPatternSequenceColumn","fields","isInclude","isDefault","patternFilter","alias","description","isEnabled","patternId","isSystem","sourceId","isAgentWarningSuppressed","patternText","patternType","entityType","patternProperties"}) public LogAnalyticsSourcePattern(String convertedText, Long dbParserId, String dbPatternDateTimeColumns, String dbPatternDateTimeField, String dbPatternSequenceColumn, List<LogAnalyticsParserField> fields, Boolean isInclude, Boolean isDefault, LogAnalyticsPatternFilter patternFilter, String alias, String description, Boolean isEnabled, Long patternId, Boolean isSystem, Long sourceId, Boolean isAgentWarningSuppressed, String patternText, Long patternType, List<String> entityType, List<LogAnalyticsProperty> patternProperties)
public static LogAnalyticsSourcePattern.Builder builder()
Create a new builder.
public LogAnalyticsSourcePattern.Builder toBuilder()
public String getConvertedText()
The converted text.
public Long getDbParserId()
The parser unique identifier.
public String getDbPatternDateTimeColumns()
The date time columns.
public String getDbPatternDateTimeField()
The date time field.
public String getDbPatternSequenceColumn()
The sequence column.
public List<LogAnalyticsParserField> getFields()
The parser field list.
public Boolean getIsInclude()
A flag indicating if this is source pattern is included.
public Boolean getIsDefault()
A flag indicating if this is the default source pattern.
public LogAnalyticsPatternFilter getPatternFilter()
public String getAlias()
The source pattern alias.
public String getDescription()
The source pattern description.
public Boolean getIsEnabled()
A flag inidcating whether or not the source pattern is enabled.
public Long getPatternId()
The source pattern unique identifier.
public Boolean getIsSystem()
The system flag. A value of false denotes a custom, or user defined object. A value of true denotes a built in object.
public Long getSourceId()
The source unique identifier.
public Boolean getIsAgentWarningSuppressed()
A flag indicating whether or not agent warnings are suppressed for this source pattern.
public String getPatternText()
The pattern text.
public Long getPatternType()
The pattern type.
public List<LogAnalyticsProperty> getPatternProperties()
A list of pattern properties.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.