Class ApplicationOutcome
- java.lang.Object
-
- com.ellucian.generated.eedm.student_financial_aid_need_summaries.v9_0.ApplicationOutcome
-
@Generated("jsonschema2pojo") public class ApplicationOutcome extends Object
Application OutcomeThe result of the applicant's financial aid application analysis based on the specified methodology.
-
-
Constructor Summary
Constructors Constructor Description ApplicationOutcome()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
ApplicationOutcome
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Application Outcome.") private String id
IDThe global identifier for the Application Outcome. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Application Outcome. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Application Outcome. (Required)
-
withId
public ApplicationOutcome withId(String id)
-
-