public class NotificationDestination extends Object
Java class for NotificationDestination complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationDestination">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="level" use="required" type="{http://www.hybris.com/cockpitng/config/notifications}ImportanceLevel" />
<attribute name="destination" type="{http://www.hybris.com/cockpitng/config/notifications}Destination" default="GLOBAL" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Destination |
destination |
protected ImportanceLevel |
level |
| Constructor and Description |
|---|
NotificationDestination() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
getDestination()
Gets the value of the destination property.
|
ImportanceLevel |
getLevel()
Gets the value of the level property.
|
void |
setDestination(Destination value)
Sets the value of the destination property.
|
void |
setLevel(ImportanceLevel value)
Sets the value of the level property.
|
protected ImportanceLevel level
protected Destination destination
public ImportanceLevel getLevel()
ImportanceLevelpublic void setLevel(ImportanceLevel value)
value - allowed object is
ImportanceLevelpublic Destination getDestination()
Destinationpublic void setDestination(Destination value)
value - allowed object is
DestinationCopyright © 2018. All rights reserved.