public class WebhookStats extends Object
| Constructor and Description |
|---|
WebhookStats() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getLastCallbackAttempt()
Get the timestamp from the last callback attempt.
|
Integer |
getLastCallbackAttemptRetryCount()
Get the number of retries the webhook had performed as of the last callback attempt.
|
Date |
getLastSuccessfulCallback()
Get the timestamp from the last successful callback.
|
WebhookStats |
setLastCallbackAttempt(Date lastCallbackAttempt)
Set the timestamp from the last callback attempt.
|
WebhookStats |
setLastCallbackAttemptRetryCount(Integer lastCallbackAttemptRetryCount)
Set the number of retries the webhook had performed as of the last callback attempt.
|
WebhookStats |
setLastSuccessfulCallback(Date lastSuccessfulCallback)
Set the timestamp from the last successful callback.
|
public Integer getLastCallbackAttemptRetryCount()
public WebhookStats setLastCallbackAttemptRetryCount(Integer lastCallbackAttemptRetryCount)
lastCallbackAttemptRetryCount - public Date getLastCallbackAttempt()
public WebhookStats setLastCallbackAttempt(Date lastCallbackAttempt)
lastCallbackAttempt - public Date getLastSuccessfulCallback()
public WebhookStats setLastSuccessfulCallback(Date lastSuccessfulCallback)
lastSuccessfulCallback - Copyright © 2014–2019 Smartsheet. All rights reserved.