class NotificationEntityId
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private GUID |
event |
private static long |
serialVersionUID |
private GUID |
webhook |
Constructor and Description |
---|
NotificationEntityId() |
NotificationEntityId(GUID event,
GUID webhook) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
GUID |
getEvent() |
GUID |
getWebhook() |
int |
hashCode() |
void |
setEvent(GUID event) |
void |
setWebhook(GUID webhook) |
private static final long serialVersionUID
private GUID event
private GUID webhook
public GUID getEvent()
public void setEvent(GUID event)
public GUID getWebhook()
public void setWebhook(GUID webhook)
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object