Class Proficiency


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

    The person's proficiency.

    • Field Detail

      • id

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

        The global identifier for the Proficiency. (Required)

    • Constructor Detail

      • Proficiency

        public Proficiency()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Proficiency. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Proficiency. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object