Class LogAnalyticsSourcePattern
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.loganalytics.model.LogAnalyticsSourcePattern
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public final class LogAnalyticsSourcePattern extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelLogAnalyticsSourcePattern
 Note: Objects should always be created or deserialized using theLogAnalyticsSourcePattern.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 calledLogAnalyticsSourcePattern.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classLogAnalyticsSourcePattern.Builder
 - 
Constructor SummaryConstructors Constructor 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.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogAnalyticsSourcePattern.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAlias()The source pattern alias.StringgetConvertedText()The converted text.LonggetDbParserId()The parser unique identifier.StringgetDbPatternDateTimeColumns()The date time columns.StringgetDbPatternDateTimeField()The date time field.StringgetDbPatternSequenceColumn()The sequence column.StringgetDescription()The source pattern description.List<String>getEntityType()The source entity type.List<LogAnalyticsParserField>getFields()The parser field list.BooleangetIsAgentWarningSuppressed()A flag indicating whether or not agent warnings are suppressed for this source pattern.BooleangetIsDefault()A flag indicating if this is the default source pattern.BooleangetIsEnabled()A flag inidcating whether or not the source pattern is enabled.BooleangetIsInclude()A flag indicating if this is source pattern is included.BooleangetIsSystem()The system flag.LogAnalyticsPatternFiltergetPatternFilter()LonggetPatternId()The source pattern unique identifier.List<LogAnalyticsProperty>getPatternProperties()A list of pattern properties.StringgetPatternText()The pattern text.LonggetPatternType()The pattern type.LonggetSourceId()The source unique identifier.inthashCode()LogAnalyticsSourcePattern.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
LogAnalyticsSourcePattern@Deprecated @ConstructorProperties({"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) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static LogAnalyticsSourcePattern.Builder builder() Create a new builder.
 - 
toBuilderpublic LogAnalyticsSourcePattern.Builder toBuilder() 
 - 
getConvertedTextpublic String getConvertedText() The converted text.- Returns:
- the value
 
 - 
getDbParserIdpublic Long getDbParserId() The parser unique identifier.- Returns:
- the value
 
 - 
getDbPatternDateTimeColumnspublic String getDbPatternDateTimeColumns() The date time columns.- Returns:
- the value
 
 - 
getDbPatternDateTimeFieldpublic String getDbPatternDateTimeField() The date time field.- Returns:
- the value
 
 - 
getDbPatternSequenceColumnpublic String getDbPatternSequenceColumn() The sequence column.- Returns:
- the value
 
 - 
getFieldspublic List<LogAnalyticsParserField> getFields() The parser field list.- Returns:
- the value
 
 - 
getIsIncludepublic Boolean getIsInclude() A flag indicating if this is source pattern is included.- Returns:
- the value
 
 - 
getIsDefaultpublic Boolean getIsDefault() A flag indicating if this is the default source pattern.- Returns:
- the value
 
 - 
getPatternFilterpublic LogAnalyticsPatternFilter getPatternFilter() 
 - 
getAliaspublic String getAlias() The source pattern alias.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() The source pattern description.- Returns:
- the value
 
 - 
getIsEnabledpublic Boolean getIsEnabled() A flag inidcating whether or not the source pattern is enabled.- Returns:
- the value
 
 - 
getPatternIdpublic Long getPatternId() The source pattern unique identifier.- Returns:
- the value
 
 - 
getIsSystempublic 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. - Returns:
- the value
 
 - 
getSourceIdpublic Long getSourceId() The source unique identifier.- Returns:
- the value
 
 - 
getIsAgentWarningSuppressedpublic Boolean getIsAgentWarningSuppressed() A flag indicating whether or not agent warnings are suppressed for this source pattern.- Returns:
- the value
 
 - 
getPatternTextpublic String getPatternText() The pattern text.- Returns:
- the value
 
 - 
getPatternTypepublic Long getPatternType() The pattern type.- Returns:
- the value
 
 - 
getPatternPropertiespublic List<LogAnalyticsProperty> getPatternProperties() A list of pattern properties.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-