public abstract class NotificationAttachmentWithExtension extends NotificationAttachment
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
extension
Extension field
|
Constructor and Description |
---|
NotificationAttachmentWithExtension() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getExtension() |
void |
parse(JSONObject json) |
fromJson, getType, setType, toJson
protected java.util.Map<java.lang.String,java.lang.Object> extension
public java.util.Map<java.lang.String,java.lang.Object> getExtension()
public void parse(JSONObject json)
parse
in class NotificationAttachment