public class Notification extends NotificationRenderingInfo
Java class for Notification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Notification">
<complexContent>
<extension base="{http://www.hybris.com/cockpitng/config/notifications}NotificationRenderer">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="references" type="{http://www.hybris.com/cockpitng/config/notifications}NotificationReferences" minOccurs="0"/>
</sequence>
<attribute name="eventType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="level" use="required" type="{http://www.hybris.com/cockpitng/config/notifications}ImportanceLevel" />
<attribute name="destination" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Destination |
destination |
protected String |
eventType |
protected ImportanceLevel |
level |
protected MergeMode |
mergeMode |
protected String |
message |
protected NotificationReferences |
references |
protected BigInteger |
timeout |
parameter, renderer| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
getDestination()
Gets the value of the destination property.
|
String |
getEventType()
Gets the value of the type property.
|
ImportanceLevel |
getLevel()
Gets the value of the level property.
|
MergeMode |
getMergeMode()
Gets the value of the mergeMode property.
|
String |
getMessage()
Gets the value of the message property.
|
NotificationReferences |
getReferences()
Gets the value of the references property.
|
BigInteger |
getTimeout()
Gets the value of the timeout property.
|
void |
setDestination(Destination value)
Sets the value of the destination property.
|
void |
setEventType(String value)
Sets the value of the type property.
|
void |
setLevel(ImportanceLevel value)
Sets the value of the level property.
|
void |
setMergeMode(MergeMode mergeMode)
Sets the value of the mergeMode property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setReferences(NotificationReferences value)
Sets the value of the references property.
|
void |
setTimeout(BigInteger value)
Sets the value of the timeout property.
|
getParameter, getRenderer, setRendererprotected String message
protected BigInteger timeout
protected NotificationReferences references
protected String eventType
protected ImportanceLevel level
protected Destination destination
protected MergeMode mergeMode
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic BigInteger getTimeout()
BigIntegerpublic void setTimeout(BigInteger value)
value - allowed object is
BigIntegerpublic NotificationReferences getReferences()
NotificationReferencespublic void setReferences(NotificationReferences value)
value - allowed object is
NotificationReferencespublic String getEventType()
Stringpublic void setEventType(String value)
value - allowed object is
Stringpublic ImportanceLevel getLevel()
ImportanceLevelpublic void setLevel(ImportanceLevel value)
value - allowed object is
ImportanceLevelpublic Destination getDestination()
Destinationpublic void setDestination(Destination value)
value - allowed object is
Destinationpublic MergeMode getMergeMode()
MergeModeCopyright © 2018. All rights reserved.