Class Contact


  • @Generated("jsonschema2pojo")
    public class Contact
    extends Object
    Contact

    The contact for the vendor.

    • Field Detail

      • name

        @JsonPropertyDescription("The name of the contact.")
        private String name
        Name

        The name of the contact.

      • email

        @JsonPropertyDescription("The email address of the contact.")
        private String email
        Email

        The email address of the contact.

    • Constructor Detail

      • Contact

        public Contact()
    • Method Detail

      • getName

        public String getName()
        Name

        The name of the contact.

      • setName

        public void setName​(String name)
        Name

        The name of the contact.

      • getEmail

        public String getEmail()
        Email

        The email address of the contact.

      • setEmail

        public void setEmail​(String email)
        Email

        The email address of the contact.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object