Class TestParserPayloadDetails


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20200601")
    public final class TestParserPayloadDetails
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    TestParserPayloadDetails
    Note: Objects should always be created or deserialized using the TestParserPayloadDetails.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 TestParserPayloadDetails.Builder, which maintain a set of all explicitly set fields called TestParserPayloadDetails.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

      • getContent

        public String getContent()
        The content used for testing.
        Returns:
        the value
      • getDescription

        public String getDescription()
        The parser description.
        Returns:
        the value
      • getDisplayName

        public String getDisplayName()
        The parser display name.
        Returns:
        the value
      • getEncoding

        public String getEncoding()
        The content encoding.
        Returns:
        the value
      • getExampleContent

        public String getExampleContent()
        The example content.
        Returns:
        the value
      • getFooterContent

        public String getFooterContent()
        The footer regular expression.
        Returns:
        the value
      • getHeaderContent

        public String getHeaderContent()
        The header content.
        Returns:
        the value
      • getName

        public String getName()
        The parser name.
        Returns:
        the value
      • getIsDefault

        public Boolean getIsDefault()
        A flag indicating if this is a default parser.
        Returns:
        the value
      • getIsSingleLineContent

        public Boolean getIsSingleLineContent()
        A flag indicating if this is a single line content parser.
        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
      • getLanguage

        public String getLanguage()
        The language.
        Returns:
        the value
      • getTimeUpdated

        public Date getTimeUpdated()
        The last updated date.
        Returns:
        the value
      • getLogTypeTestRequestVersion

        public Integer getLogTypeTestRequestVersion()
        The log type test request version.
        Returns:
        the value
      • getParserIgnorelineCharacters

        public String getParserIgnorelineCharacters()
        The line characters for the parser to ignore.
        Returns:
        the value
      • getIsHidden

        public Long getIsHidden()
        A flag indicating if the parser is hidden or not.
        Returns:
        the value
      • getParserSequence

        public Integer getParserSequence()
        The parser sequence.
        Returns:
        the value
      • getParserTimezone

        public String getParserTimezone()
        The parser timezone.
        Returns:
        the value
      • getIsParserWrittenOnce

        public Boolean getIsParserWrittenOnce()
        A flag indicating whther or not the parser is write once.
        Returns:
        the value
      • getShouldTokenizeOriginalText

        public Boolean getShouldTokenizeOriginalText()
        A flag indicating whether or not to tokenize the original text.
        Returns:
        the value
      • getFieldDelimiter

        public String getFieldDelimiter()
        The parser field delimiter.
        Returns:
        the value
      • getFieldQualifier

        public String getFieldQualifier()
        The parser field qualifier.
        Returns:
        the value
      • getIsNamespaceAware

        public Boolean getIsNamespaceAware()
        A flag indicating whether the XML parser should consider the namespace(s) while processing the log data.
        Returns:
        the value
      • getIsPositionAware

        public Boolean getIsPositionAware()
        A flag indicating whether the parser is positionally aware.
        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