public class AgrosystWebNotification extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected AgrosystWebNotificationLink |
link |
protected String |
text |
| Constructor and Description |
|---|
AgrosystWebNotification(String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AgrosystWebNotificationLink |
getLink() |
String |
getText() |
int |
hashCode() |
AgrosystWebNotification |
link(String label,
String namespace,
String action,
String k1,
String v1) |
static AgrosystWebNotification |
of(String text,
Object... args) |
void |
setLink(AgrosystWebNotificationLink link) |
void |
setText(String text) |
protected String text
protected AgrosystWebNotificationLink link
public AgrosystWebNotification(String text)
public static AgrosystWebNotification of(String text, Object... args)
public String getText()
public void setText(String text)
public AgrosystWebNotificationLink getLink()
public void setLink(AgrosystWebNotificationLink link)
public AgrosystWebNotification link(String label, String namespace, String action, String k1, String v1)
Copyright © 2013–2014 Inra. All rights reserved.