Class Person


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

    The subject person involved in the relationship.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Person.")
        private String id
        ID

        The global identifier for the Person. (Required)

    • Constructor Detail

      • Person

        public Person()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Person. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Person. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object