public class ExternalSystemTaskNotificationEvent
extends java.lang.Object
implements java.io.Serializable
target task.| Constructor and Description |
|---|
ExternalSystemTaskNotificationEvent(ExternalSystemTaskId id,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDescription() |
ExternalSystemTaskId |
getId() |
int |
hashCode() |
java.lang.String |
toString() |
public ExternalSystemTaskNotificationEvent(ExternalSystemTaskId id, java.lang.String description)
public ExternalSystemTaskId getId()
public java.lang.String getDescription()
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