public abstract class Notification extends Object
| Constructor and Description |
|---|
Notification(NotificationType type) |
Notification(NotificationType type,
String content) |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(com.alibaba.fastjson.JSONObject value) |
String |
getContent() |
NotificationType |
getType() |
void |
setContent(String content) |
void |
setType(NotificationType type) |
public Notification(NotificationType type)
public Notification(NotificationType type, String content)
public NotificationType getType()
public void setType(NotificationType type)
public String getContent()
public void setContent(String content)
public void deserialize(com.alibaba.fastjson.JSONObject value)
Copyright © 2025. All Rights Reserved.