Class NotificationObject
- java.lang.Object
-
- org.pahappa.systems.whatsapphelper.models.NotificationObject
-
public class NotificationObject extends java.lang.ObjectMimics the structure of the Object forwarded by WhatsApp to the webhook- Author:
- katusiimeconrad
-
-
Constructor Summary
Constructors Constructor Description NotificationObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Entry[]getEntry()java.lang.StringgetObject()voidsetEntry(Entry[] value)voidsetObject(java.lang.String value)java.lang.StringtoString()
-
-
-
Field Detail
-
object
private java.lang.String object
-
entry
private Entry[] entry
-
-