public abstract class Notification extends Object
| 构造器和说明 |
|---|
Notification(NotificationType type) |
Notification(NotificationType type,
String content) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2020. All Rights Reserved.