Class NotificationDefaults


  • public class NotificationDefaults
    extends java.lang.Object

    Java class for NotificationDefaults complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="NotificationDefaults">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="fallback" type="{http://www.hybris.com/cockpitng/config/notifications}NotificationRenderingInfo" minOccurs="0"/>
             <element name="timeouts" type="{http://www.hybris.com/cockpitng/config/notifications}NotificationTimeouts" minOccurs="0"/>
             <sequence>
               <element name="destinations" type="{http://www.hybris.com/cockpitng/config/notifications}NotificationDestination" maxOccurs="unbounded" minOccurs="0"/>
             </sequence>
           </sequence>
           <attribute name="linksEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • NotificationDefaults

        public NotificationDefaults()
    • Method Detail

      • getDestinations

        public java.util.List<NotificationDestination> getDestinations()
        Gets the value of the destinations property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the destinations property.

        For example, to add a new item, do as follows:

            getDestinations().add(newItem);
         

        Objects of the following type(s) are allowed in the list NotificationDestination

      • isLinksEnabled

        public boolean isLinksEnabled()
        Gets the value of the linksEnabled property.
        Returns:
        possible object is Boolean
      • setLinksEnabled

        public void setLinksEnabled​(java.lang.Boolean value)
        Sets the value of the linksEnabled property.
        Parameters:
        value - allowed object is Boolean