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 classCalculation.TypeType
-
Field Summary
Fields Modifier and Type Field Description private ObjectmethodMethodprivate Calculation.TypetypeType
-
Constructor Summary
Constructors Constructor Description Calculation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetMethod()MethodCalculation.TypegetType()TypeinthashCode()voidsetMethod(Object method)MethodvoidsetType(Calculation.Type type)TypeStringtoString()CalculationwithMethod(Object method)CalculationwithType(Calculation.Type type)
-
-
-
Field Detail
-
type
@JsonPropertyDescription("The type of calculation to be applied the assessment score.") private Calculation.Type typeTypeThe type of calculation to be applied the assessment score.
-
method
@JsonPropertyDescription("The calculation method to determine the assessment\'s score.") private Object methodMethodThe 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)
-
-