public class NotificationDescription
extends java.lang.Object
notification; It specfies some keys of complementary information that
must be included in the notifications.
A notification description is defined by:
notification severity level arguments of a notification message Notification,
NotificationLevel| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String[] |
getAdditionalInfoKeys()
Returns the additional info descriptions of the notification.
|
java.lang.Object[] |
getArgTypes()
Returns the additional info types of this notification
|
java.lang.String |
getName()
Returns the name of the notification.
|
java.lang.String |
getPrettyName()
Returns the pretty name of the notification.
|
NotificationLevel |
getSeverityLevel()
Returns the
severity level of the notification. |
int |
getUid()
Returns the unique identifier of the notification.
|
int |
hashCode() |
boolean |
isHandled()
Checks if the notification is handled or not; If not the notification described by this description will not be generated by the SAP CC system.
|
void |
isHandled(boolean isHandled)
Sets if the notification is handled or not.
|
public java.lang.Object[] getArgTypes()
public java.lang.String[] getAdditionalInfoKeys()
public java.lang.String getName()
public java.lang.String getPrettyName()
public NotificationLevel getSeverityLevel()
severity level of the notification.public int getUid()
public void isHandled(boolean isHandled)
isHandled - true if the notification is handled, false otherwisepublic boolean isHandled()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object