Class DurationCollectSupportDataLogCaptureWindow

    • Constructor Detail

      • DurationCollectSupportDataLogCaptureWindow

        public DurationCollectSupportDataLogCaptureWindow​(long durationMillis)
        Creates a new instance of this collect support data log capture window object that will capture log content for the specified duration.
        Parameters:
        durationMillis - The duration of log content to capture, in milliseconds. It must be greater than or equal to zero.
    • Method Detail

      • getDurationMillis

        public long getDurationMillis()
        Retrieves the duration, in milliseconds, of log content that should be included in the support data archive.
        Returns:
        The duration, in milliseconds, of log content that should be included in the support data archive.
      • encode

        public ASN1Element encode()
        Encodes this collect support data log capture window object to an ASN.1 element.
        Specified by:
        encode in class CollectSupportDataLogCaptureWindow
        Returns:
        The ASN.1 element that contains an encoded representation of this collect support data log capture window object.
      • toString

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