Class WebHookPayload

    • Constructor Detail

      • WebHookPayload

        public WebHookPayload()
    • Method Detail

      • getReceived

        public long getReceived()
        System.currentTimeMillis() when this object's constructor was called.
        Returns:
        the object's creation time/when the payload was received.
      • getData

        @CheckForNull
        public net.sf.json.JSONObject getData()
      • setData

        protected void setData​(net.sf.json.JSONObject data)
      • setJson

        protected void setJson​(String json)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • readResolve

        protected Object readResolve()