Class ApplicationOutcome


  • @Generated("jsonschema2pojo")
    public class ApplicationOutcome
    extends Object
    Application Outcome

    The result of the applicant's financial aid application analysis based on the specified methodology.

    • Field Detail

      • id

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

        The global identifier for the Application Outcome. (Required)

    • Constructor Detail

      • ApplicationOutcome

        public ApplicationOutcome()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Application Outcome. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Application Outcome. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object