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.
      • toString

        public void toString​(@NotNull
                             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.