public class Notice
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Notice() |
Notice(ConfigContext config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Details |
getDetails() |
NoticeDetails |
getError() |
Notifier |
getNotifier() |
Request |
getRequest() |
ServerDetails |
getServer() |
int |
hashCode() |
Notice |
setDetails(Details details) |
Notice |
setError(NoticeDetails error) |
Notice |
setNotifier(Notifier notifier) |
Notice |
setRequest(Request request) |
Notice |
setServer(ServerDetails server) |
public Notice(ConfigContext config)
public Notice()
public Notifier getNotifier()
public NoticeDetails getError()
public Notice setError(NoticeDetails error)
public Notice setServer(ServerDetails server)
public ServerDetails getServer()
public Details getDetails()
public Request getRequest()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object