Class Races


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

    The categorization scheme based on human genetic markers such as blood groups, distinct culture, or other physical characteristics.

    • Field Detail

      • metadata

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

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("The global identifier of a race to be used in all external references to a race.")
        private String id
        ID

        The global identifier of a race to be used in all external references to a race. (Required)

      • title

        @JsonPropertyDescription("The full name of a racial category.")
        private String title
        Title

        The full name of a racial category. (Required)

      • code

        @JsonPropertyDescription("Human-readable code that identifies a racial category.")
        private String code
        Code

        Human-readable code that identifies a racial category.

      • description

        @JsonPropertyDescription("The description of a racial category.")
        private String description
        Description

        The description of a racial category.

      • reporting

        @JsonPropertyDescription("Properties required for governmental or other reporting.")
        private List<Reporting> reporting
        Reporting

        Properties required for governmental or other reporting.

    • Constructor Detail

      • Races

        public Races()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • withMetadata

        public Races withMetadata​(Metadata metadata)
      • getId

        public String getId()
        ID

        The global identifier of a race to be used in all external references to a race. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier of a race to be used in all external references to a race. (Required)

      • getTitle

        public String getTitle()
        Title

        The full name of a racial category. (Required)

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of a racial category. (Required)

      • getCode

        public String getCode()
        Code

        Human-readable code that identifies a racial category.

      • setCode

        public void setCode​(String code)
        Code

        Human-readable code that identifies a racial category.

      • getDescription

        public String getDescription()
        Description

        The description of a racial category.

      • setDescription

        public void setDescription​(String description)
        Description

        The description of a racial category.

      • withDescription

        public Races withDescription​(String description)
      • getReporting

        public List<Reporting> getReporting()
        Reporting

        Properties required for governmental or other reporting.

      • setReporting

        public void setReporting​(List<Reporting> reporting)
        Reporting

        Properties required for governmental or other reporting.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object