Class Applicant


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

    The person who applied for financial aid.

    • Field Detail

      • id

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

        The global identifier for the Applicant. (Required)

    • Constructor Detail

      • Applicant

        public Applicant()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Applicant. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Applicant. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object