Class GigyaWebHookEvent

java.lang.Object
de.hybris.platform.gigya.gigyab2bfacades.data.GigyaWebHookEvent
All Implemented Interfaces:
Serializable

public class GigyaWebHookEvent extends Object implements Serializable
Gigya Webhook Event. It contains the type of event, version of the SAP CDC webhook and other essential information.
See Also:
  • Constructor Details

    • GigyaWebHookEvent

      public GigyaWebHookEvent()
  • Method Details

    • setType

      public void setType(String type)
    • getType

      public String getType()
    • setId

      public void setId(String id)
    • getId

      public String getId()
    • setTimestamp

      public void setTimestamp(Long timestamp)
    • getTimestamp

      public Long getTimestamp()
    • setCallId

      public void setCallId(String callId)
    • getCallId

      public String getCallId()
    • setVersion

      public void setVersion(String version)
    • getVersion

      public String getVersion()
    • setApiKey

      public void setApiKey(String apiKey)
    • getApiKey

      public String getApiKey()
    • setData

      public void setData(GigyaWebHookEventData data)
    • getData

      public GigyaWebHookEventData getData()