public class Notfound
extends Object
implements Serializable
| Constructor and Description |
|---|
Notfound() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UUID |
getId()
Get id
|
String |
getMessage()
Get message
|
int |
hashCode() |
Notfound |
id(UUID id) |
Notfound |
message(String message) |
void |
setId(UUID id) |
void |
setMessage(String message) |
String |
toString() |
public Notfound id(UUID id)
public UUID getId()
public void setId(UUID id)
public Notfound message(String message)
public String getMessage()
public void setMessage(String message)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object