Class IngestionStatus

    • Method Detail

      • latestIngestionSuccessTime

        public final Instant latestIngestionSuccessTime()

        The time stamp of the most recent successful ingestion of events for the channel.

        Returns:
        The time stamp of the most recent successful ingestion of events for the channel.
      • latestIngestionSuccessEventID

        public final String latestIngestionSuccessEventID()

        The event ID of the most recent successful ingestion of events.

        Returns:
        The event ID of the most recent successful ingestion of events.
      • latestIngestionErrorCode

        public final String latestIngestionErrorCode()

        The error code for the most recent failure to ingest events.

        Returns:
        The error code for the most recent failure to ingest events.
      • latestIngestionAttemptTime

        public final Instant latestIngestionAttemptTime()

        The time stamp of the most recent attempt to ingest events on the channel.

        Returns:
        The time stamp of the most recent attempt to ingest events on the channel.
      • latestIngestionAttemptEventID

        public final String latestIngestionAttemptEventID()

        The event ID of the most recent attempt to ingest events.

        Returns:
        The event ID of the most recent attempt to ingest 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)