public class NotifyMessage extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
NotifyMessage.MessageType |
Constructor and Description |
---|
NotifyMessage(String title,
String message) |
NotifyMessage(String title,
String message,
NotifyMessage.MessageType type,
String icon) |
NotifyMessage(String title,
String message,
OperationResultStatus type) |
NotifyMessage(String title,
String message,
OperationResultStatus type,
String icon) |
Modifier and Type | Method and Description |
---|---|
String |
getIcon() |
String |
getMessage() |
NotifyMessage.MessageType |
getMessageType() |
String |
getTitle() |
OperationResultStatus |
getType() |
String |
toString() |
public NotifyMessage(String title, String message, OperationResultStatus type)
public NotifyMessage(String title, String message, OperationResultStatus type, String icon)
public NotifyMessage(String title, String message, NotifyMessage.MessageType type, String icon)
public String getTitle()
public String getMessage()
public NotifyMessage.MessageType getMessageType()
public OperationResultStatus getType()
public String getIcon()
Copyright © 2014 evolveum. All rights reserved.