Class Recipient


  • public class Recipient
    extends Object

    Recipient class.

    Version:
    $Id: $Id
    Author:
    john
    • Field Detail

      • name

        @SerializedName("name")
        public String name
      • email

        @SerializedName("email")
        public String email
    • Constructor Detail

      • Recipient

        public Recipient​(String name,
                         String email)
        Simple constructor to set the properties
        Parameters:
        name - The name of the recipient
        email - The email of the recipient
      • Recipient

        public Recipient()
        Allow the recipient to be instantiated without forcing the name and email attributes