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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object