Package app.nzyme.plugin
Class Notification
- java.lang.Object
-
- app.nzyme.plugin.Notification
-
public class Notification extends Object
-
-
Constructor Summary
Constructors Constructor Description Notification(String message, int channel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationaddField(String key, Object value)NotificationaddFields(Map<String,Object> x)Map<String,Object>getAdditionalFields()StringgetMessage()StringtoString()
-
-
-
Constructor Detail
-
Notification
public Notification(String message, int channel)
-
-
Method Detail
-
addField
public Notification addField(String key, Object value)
-
addFields
public Notification addFields(Map<String,Object> x)
-
getMessage
public String getMessage()
-
-