Class Calculation
- java.lang.Object
-
- com.ellucian.generated.eedm.aptitude_assessments.v6_0.Calculation
-
@Generated("jsonschema2pojo") public class Calculation extends Object
CalculationThe type and method of the calculations to be used to determent the assessment score.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Calculation.Type
Type
-
Field Summary
Fields Modifier and Type Field Description private Object
method
Methodprivate Calculation.Type
type
Type
-
Constructor Summary
Constructors Constructor Description Calculation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Object
getMethod()
MethodCalculation.Type
getType()
Typeint
hashCode()
void
setMethod(Object method)
Methodvoid
setType(Calculation.Type type)
TypeString
toString()
Calculation
withMethod(Object method)
Calculation
withType(Calculation.Type type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of calculation to be applied the assessment score.") private Calculation.Type type
TypeThe type of calculation to be applied the assessment score.
-
method
@JsonPropertyDescription("The calculation method to determine the assessment\'s score.") private Object method
MethodThe calculation method to determine the assessment's score.
-
-
Method Detail
-
getType
public Calculation.Type getType()
TypeThe type of calculation to be applied the assessment score.
-
setType
public void setType(Calculation.Type type)
TypeThe type of calculation to be applied the assessment score.
-
withType
public Calculation withType(Calculation.Type type)
-
getMethod
public Object getMethod()
MethodThe calculation method to determine the assessment's score.
-
setMethod
public void setMethod(Object method)
MethodThe calculation method to determine the assessment's score.
-
withMethod
public Calculation withMethod(Object method)
-
-