Class RecipientAdditionalNotification


  • public class RecipientAdditionalNotification
    extends Object
    Describes an additional notification method..
    • Constructor Detail

      • RecipientAdditionalNotification

        public RecipientAdditionalNotification()
    • Method Detail

      • getPhoneNumber

        public RecipientPhoneNumber getPhoneNumber()
        The phone number to receive the additional notifcation..
        Returns:
        phoneNumber
      • secondaryDeliveryMethod

        public RecipientAdditionalNotification secondaryDeliveryMethod​(String secondaryDeliveryMethod)
        secondaryDeliveryMethod.
        Returns:
        RecipientAdditionalNotification
      • getSecondaryDeliveryMethod

        public String getSecondaryDeliveryMethod()
        .
        Returns:
        secondaryDeliveryMethod
      • setSecondaryDeliveryMethod

        public void setSecondaryDeliveryMethod​(String secondaryDeliveryMethod)
        setSecondaryDeliveryMethod.
      • getSecondaryDeliveryMethodMetadata

        public PropertyMetadata getSecondaryDeliveryMethodMetadata()
        Metadata about the delivery method..
        Returns:
        secondaryDeliveryMethodMetadata
      • setSecondaryDeliveryMethodMetadata

        public void setSecondaryDeliveryMethodMetadata​(PropertyMetadata secondaryDeliveryMethodMetadata)
        setSecondaryDeliveryMethodMetadata.
      • secondaryDeliveryStatus

        public RecipientAdditionalNotification secondaryDeliveryStatus​(String secondaryDeliveryStatus)
        secondaryDeliveryStatus.
        Returns:
        RecipientAdditionalNotification
      • getSecondaryDeliveryStatus

        public String getSecondaryDeliveryStatus()
        .
        Returns:
        secondaryDeliveryStatus
      • setSecondaryDeliveryStatus

        public void setSecondaryDeliveryStatus​(String secondaryDeliveryStatus)
        setSecondaryDeliveryStatus.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object