Class RejectedLogEventsInfo

    • Method Detail

      • tooNewLogEventStartIndex

        public final Integer tooNewLogEventStartIndex()

        The index of the first log event that is too new. This field is inclusive.

        Returns:
        The index of the first log event that is too new. This field is inclusive.
      • tooOldLogEventEndIndex

        public final Integer tooOldLogEventEndIndex()

        The index of the last log event that is too old. This field is exclusive.

        Returns:
        The index of the last log event that is too old. This field is exclusive.
      • expiredLogEventEndIndex

        public final Integer expiredLogEventEndIndex()

        The expired log events.

        Returns:
        The expired log events.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)