Class CaptiveRecipientInformation


  • public class CaptiveRecipientInformation
    extends java.lang.Object
    CaptiveRecipientInformation.
    • Constructor Detail

      • CaptiveRecipientInformation

        public CaptiveRecipientInformation()
    • Method Detail

      • getCaptiveRecipients

        public java.util.List<CaptiveRecipient> getCaptiveRecipients()
        A complex type containing information about one or more captive recipients..
        Returns:
        captiveRecipients
      • setCaptiveRecipients

        public void setCaptiveRecipients​(java.util.List<CaptiveRecipient> captiveRecipients)
        setCaptiveRecipients.
      • equals

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

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

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