public class NotificationData extends TypedData
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
type |
| Constructor and Description |
|---|
NotificationData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Map |
getItem() |
java.lang.String |
getType() |
int |
hashCode() |
void |
setItem(java.util.Map item) |
void |
setType(java.lang.String type) |
public java.lang.String getType()
public void setType(java.lang.String type)
public java.util.Map getItem()
public void setItem(java.util.Map item)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object