Class Event

java.lang.Object
dev.evercatch.model.Event

public class Event extends Object
A webhook event captured by Evercatch.
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getProvider

      public String getProvider()
    • setProvider

      public void setProvider(String provider)
    • getEventType

      public String getEventType()
    • setEventType

      public void setEventType(String eventType)
    • getStatus

      public String getStatus()
    • setStatus

      public void setStatus(String status)
    • getPayload

      public com.google.gson.JsonObject getPayload()
    • setPayload

      public void setPayload(com.google.gson.JsonObject payload)
    • getHeaders

      public com.google.gson.JsonObject getHeaders()
    • setHeaders

      public void setHeaders(com.google.gson.JsonObject headers)
    • getDestinationId

      public String getDestinationId()
    • setDestinationId

      public void setDestinationId(String destinationId)
    • getRetryCount

      public int getRetryCount()
    • setRetryCount

      public void setRetryCount(int retryCount)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getProcessedAt

      public Date getProcessedAt()
    • setProcessedAt

      public void setProcessedAt(Date processedAt)
    • toString

      public String toString()
      Overrides:
      toString in class Object