Class LogAnalyticsSourcePattern


  • @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).

    • Method Detail

      • getConvertedText

        public String getConvertedText()
        The converted text.
        Returns:
        the value
      • getDbParserId

        public Long getDbParserId()
        The parser unique identifier.
        Returns:
        the value
      • getDbPatternDateTimeColumns

        public String getDbPatternDateTimeColumns()
        The date time columns.
        Returns:
        the value
      • getDbPatternDateTimeField

        public String getDbPatternDateTimeField()
        The date time field.
        Returns:
        the value
      • getDbPatternSequenceColumn

        public String getDbPatternSequenceColumn()
        The sequence column.
        Returns:
        the value
      • getIsInclude

        public Boolean getIsInclude()
        A flag indicating if this is source pattern is included.
        Returns:
        the value
      • getIsDefault

        public Boolean getIsDefault()
        A flag indicating if this is the default source pattern.
        Returns:
        the value
      • getAlias

        public String getAlias()
        The source pattern alias.
        Returns:
        the value
      • getDescription

        public String getDescription()
        The source pattern description.
        Returns:
        the value
      • getIsEnabled

        public Boolean getIsEnabled()
        A flag inidcating whether or not the source pattern is enabled.
        Returns:
        the value
      • getPatternId

        public Long getPatternId()
        The source pattern unique identifier.
        Returns:
        the value
      • getIsSystem

        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.

        Returns:
        the value
      • getSourceId

        public Long getSourceId()
        The source unique identifier.
        Returns:
        the value
      • getIsAgentWarningSuppressed

        public Boolean getIsAgentWarningSuppressed()
        A flag indicating whether or not agent warnings are suppressed for this source pattern.
        Returns:
        the value
      • getPatternText

        public String getPatternText()
        The pattern text.
        Returns:
        the value
      • getPatternType

        public Long getPatternType()
        The pattern type.
        Returns:
        the value
      • getEntityType

        public List<String> getEntityType()
        The source entity type.
        Returns:
        the value
      • getPatternProperties

        public List<LogAnalyticsProperty> getPatternProperties()
        A list of pattern properties.
        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public 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
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel