public class NotificationData
extends java.lang.Object
| 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) |
java.lang.String |
toString() |
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.Objectpublic java.lang.String toString()
toString in class java.lang.Object