public class NoticeReportResult
extends java.lang.Object
| Constructor and Description |
|---|
NoticeReportResult(java.util.UUID id,
Notice notice,
java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.UUID |
getId() |
Notice |
getNotice() |
int |
hashCode() |
java.lang.String |
toString() |
public NoticeReportResult(java.util.UUID id,
Notice notice,
java.lang.Throwable error)
public java.util.UUID getId()
public Notice getNotice()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object