Class HeadAndTailSizeCollectSupportDataLogCaptureWindow

    • Constructor Detail

      • HeadAndTailSizeCollectSupportDataLogCaptureWindow

        public HeadAndTailSizeCollectSupportDataLogCaptureWindow​(@Nullable
                                                                 java.lang.Integer headSizeKB,
                                                                 @Nullable
                                                                 java.lang.Integer tailSizeKB)
        Creates a new instance of this collect support data log capture window object that will capture the specified amount of data from the beginning and end of each log file.
        Parameters:
        headSizeKB - The amount of data in kilobytes to capture from the beginning of each log file. This may be null if the server should select an appropriate value.
        tailSizeKB - The amount of data in kilobytes to capture from the end of each log file. This may be null if the server should select an appropriate value.
    • Method Detail

      • getHeadSizeKB

        @Nullable
        public java.lang.Integer getHeadSizeKB()
        Retrieves the amount of data in kilobytes to capture from the beginning of each log file, if specified.
        Returns:
        The amount of data in kilobytes to capture from the beginning of each log file, or null if the server should select an appropriate value.
      • getTailSizeKB

        @Nullable
        public java.lang.Integer getTailSizeKB()
        Retrieves the amount of data in kilobytes to capture from the end of each log file, if specified.
        Returns:
        The amount of data in kilobytes to capture from the end of each log file, or null if the server should select an appropriate value.
      • 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.