public class NotificationMessage extends BaseMessage
| 限定符和类型 | 字段和说明 |
|---|---|
protected static java.lang.String |
FIELD_PERSON |
protected static java.lang.String |
FIELD_TYPE |
FIELD_CATEGORY| 构造器和说明 |
|---|
NotificationMessage(NotificationType type,
java.lang.String person) |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.lang.String |
extractPerson(com.google.gson.JsonElement jsonElement) |
static NotificationType |
extractType(com.google.gson.JsonElement jsonElement) |
java.lang.String |
getPerson() |
NotificationType |
getType() |
void |
setPerson(java.lang.String person) |
void |
setType(NotificationType type) |
extractCategory, getCategory, getTime, setCategory, setTimeprotected static java.lang.String FIELD_PERSON
protected static java.lang.String FIELD_TYPE
public NotificationMessage(NotificationType type, java.lang.String person)
public NotificationType getType()
public void setType(NotificationType type)
public java.lang.String getPerson()
public void setPerson(java.lang.String person)
public static java.lang.String extractPerson(com.google.gson.JsonElement jsonElement)
public static NotificationType extractType(com.google.gson.JsonElement jsonElement)