Class WebhookHeader

java.lang.Object
org.iplass.mtp.webhook.WebhookHeader

public class WebhookHeader extends Object
Class of the custom headers.
  • Constructor Details

    • WebhookHeader

      public WebhookHeader()
    • WebhookHeader

      public WebhookHeader(String key, String value)
      Parameters:
      key - Header Name
      value - Content for this header
  • Method Details

    • getKey

      public String getKey()
      Get the header name.
    • setKey

      public void setKey(String key)
      Set the header name.
      Parameters:
      key - Header Name
    • getValue

      public String getValue()
      Get the content for this header.
    • setValue

      public void setValue(String value)
      Set the content for this header.
      Parameters:
      value - Header value