Class DecisionFactor
- java.lang.Object
-
- com.ellucian.generated.eedm.apply_applications.v1_0_0.DecisionFactor
-
@Generated("jsonschema2pojo") public class DecisionFactor extends Object
Decision FactorsThe factors influencing the applicant's decision.
-
-
Constructor Summary
Constructors Constructor Description DecisionFactor()
-
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()
DecisionFactor
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Decision Factors.") private String id
IDThe global identifier for the Decision Factors. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Decision Factors. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Decision Factors. (Required)
-
withId
public DecisionFactor withId(String id)
-
-