Class Calculation


  • @Generated("jsonschema2pojo")
    public class Calculation
    extends Object
    Calculation

    The type and method of the calculations to be used to determent the assessment score.

    • Field Detail

      • type

        @JsonPropertyDescription("The type of calculation to be applied the assessment score.")
        private Calculation.Type type
        Type

        The type of calculation to be applied the assessment score.

      • method

        @JsonPropertyDescription("The calculation method to determine the assessment\'s score.")
        private Object method
        Method

        The calculation method to determine the assessment's score.

    • Constructor Detail

      • Calculation

        public Calculation()
    • Method Detail

      • getType

        public Calculation.Type getType()
        Type

        The type of calculation to be applied the assessment score.

      • setType

        public void setType​(Calculation.Type type)
        Type

        The type of calculation to be applied the assessment score.

      • getMethod

        public Object getMethod()
        Method

        The calculation method to determine the assessment's score.

      • setMethod

        public void setMethod​(Object method)
        Method

        The calculation method to determine the assessment's score.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object