Class WebhookStats


  • public class WebhookStats
    extends java.lang.Object
    • Constructor Detail

      • WebhookStats

        public WebhookStats()
    • Method Detail

      • getLastCallbackAttemptRetryCount

        public java.lang.Integer getLastCallbackAttemptRetryCount()
        Get the number of retries the webhook had performed as of the last callback attempt.
        Returns:
        lastCallbackAttemptRetryCount
      • setLastCallbackAttemptRetryCount

        public WebhookStats setLastCallbackAttemptRetryCount​(java.lang.Integer lastCallbackAttemptRetryCount)
        Set the number of retries the webhook had performed as of the last callback attempt.
      • getLastCallbackAttempt

        public java.util.Date getLastCallbackAttempt()
        Get the timestamp from the last callback attempt.
        Returns:
        lastCallbackAttempt
      • setLastCallbackAttempt

        public WebhookStats setLastCallbackAttempt​(java.util.Date lastCallbackAttempt)
        Set the timestamp from the last callback attempt.
      • getLastSuccessfulCallback

        public java.util.Date getLastSuccessfulCallback()
        Get the timestamp from the last successful callback.
        Returns:
        lastSuccessfulCallback
      • setLastSuccessfulCallback

        public WebhookStats setLastSuccessfulCallback​(java.util.Date lastSuccessfulCallback)
        Set the timestamp from the last successful callback.