Class NotificationDestination


  • public class NotificationDestination
    extends java.lang.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>
     
    • Constructor Detail

      • NotificationDestination

        public NotificationDestination()
    • Method Detail

      • setLevel

        public void setLevel​(ImportanceLevel value)
        Sets the value of the level property.
        Parameters:
        value - allowed object is ImportanceLevel
      • getDestination

        public Destination getDestination()
        Gets the value of the destination property.
        Returns:
        possible object is Destination
      • setDestination

        public void setDestination​(Destination value)
        Sets the value of the destination property.
        Parameters:
        value - allowed object is Destination