Class JobWebhook


  • public final class JobWebhook
    extends Object
    JobWebhook info.
    • Constructor Detail

      • JobWebhook

        public JobWebhook​(String id,
                          ErrorResponse error,
                          LocalDateTime createdAt,
                          String status)
        Creates a new JobWebhook instance.
        Parameters:
        id - ID of the webhook.
        error - An error encountered while processing the webhook.
        createdAt - Date and time the webhook was created at.
        status - Status of the webhook.
      • JobWebhook

        public JobWebhook()
    • Method Detail

      • getId

        public String getId()
        ID of the webhook.
      • getError

        public ErrorResponse getError()
        An error encountered while processing the webhook.
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Date and time the webhook was created at.
      • getStatus

        public String getStatus()
        Status of the webhook.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object