Class PersonContacts


  • @Generated("jsonschema2pojo")
    public class PersonContacts
    extends Object
    Person Contacts

    People who will be contacted in case of emergency or other situations related to the subject person

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of the person contacts information resource")
        private String id
        ID

        The global identifier of the person contacts information resource (Required)

      • person

        @JsonPropertyDescription("The subject person")
        private Person person
        Person

        The subject person (Required)

      • contacts

        @JsonPropertyDescription("The subject person\'s contacts")
        private List<Contact> contacts
        Contacts

        The subject person's contacts

    • Constructor Detail

      • PersonContacts

        public PersonContacts()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        The global identifier of the person contacts information resource (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of the person contacts information resource (Required)

      • getPerson

        public Person getPerson()
        Person

        The subject person (Required)

      • setPerson

        public void setPerson​(Person person)
        Person

        The subject person (Required)

      • getContacts

        public List<Contact> getContacts()
        Contacts

        The subject person's contacts

      • setContacts

        public void setContacts​(List<Contact> contacts)
        Contacts

        The subject person's contacts

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object