Package org.iplass.mtp.webhook
Class WebhookHeader
java.lang.Object
org.iplass.mtp.webhook.WebhookHeader
Class of the custom headers.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
WebhookHeader
public WebhookHeader() -
WebhookHeader
- Parameters:
key
- Header Namevalue
- Content for this header
-
-
Method Details
-
getKey
Get the header name. -
setKey
Set the header name.- Parameters:
key
- Header Name
-
getValue
Get the content for this header. -
setValue
Set the content for this header.- Parameters:
value
- Header value
-