Class NotificationObject


  • public class NotificationObject
    extends java.lang.Object
    Mimics the structure of the Object forwarded by WhatsApp to the webhook
    Author:
    katusiimeconrad
    • Field Detail

      • object

        private java.lang.String object
      • entry

        private Entry[] entry
    • Constructor Detail

      • NotificationObject

        public NotificationObject()
    • Method Detail

      • getObject

        public java.lang.String getObject()
      • setObject

        public void setObject​(java.lang.String value)
      • getEntry

        public Entry[] getEntry()
      • setEntry

        public void setEntry​(Entry[] value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object