Class CollectSupportDataLogCaptureWindow

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static byte TYPE_DURATION
      The BER type that should be used for duration log capture window objects.
      protected static byte TYPE_HEAD_AND_TAIL_SIZE
      The BER type that should be used for head and tail size log capture window objects.
      protected static byte TYPE_TIME_WINDOW
      The BER type that should be used for time window log capture window objects.
      protected static byte TYPE_TOOL_DEFAULT
      The BER type that should be used for tool-default log capture window objects.
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      static CollectSupportDataLogCaptureWindow decode​(ASN1Element e)
      Decodes the provided ASN.1 element as a collect support data log capture window object.
      abstract ASN1Element encode()
      Encodes this collect support data log capture window object to an ASN.1 element.
      java.lang.String toString()
      Retrieves a string representation of this collect support data log capture window object.
      abstract void toString​(java.lang.StringBuilder buffer)
      Appends a string representation of this collect support data log capture window object to the provided buffer.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • decode

        @NotNull
        public static CollectSupportDataLogCaptureWindow decode​(@NotNull
                                                                ASN1Element e)
                                                         throws LDAPException
        Decodes the provided ASN.1 element as a collect support data log capture window object.
        Parameters:
        e - The ASN.1 element to be decoded as a log capture window object. It must not be null.
        Returns:
        The collect support data log capture window object that was decoded from the provided ASN.1 element.
        Throws:
        LDAPException - If the provided element cannot be decoded as a valid collect support data log capture window object.
      • encode

        @NotNull
        public abstract ASN1Element encode()
        Encodes this collect support data log capture window object to an ASN.1 element.
        Returns:
        The ASN.1 element that contains an encoded representation of this collect support data log capture window object.
      • toString

        @NotNull
        public final java.lang.String toString()
        Retrieves a string representation of this collect support data log capture window object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this collect support data log capture window object.
      • toString

        public abstract void toString​(@NotNull
                                      java.lang.StringBuilder buffer)
        Appends a string representation of this collect support data log capture window object to the provided buffer.
        Parameters:
        buffer - The buffer to which the string representation will be appended. It must not be null.