Class AssessmentResultScore


  • public class AssessmentResultScore
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AssessmentResultScore()  
      AssessmentResultScore​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)  
    • Constructor Detail

      • AssessmentResultScore

        public AssessmentResultScore​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label,
                                     org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value,
                                     org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min,
                                     org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)
      • AssessmentResultScore

        public AssessmentResultScore()
    • Method Detail

      • label

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
        The label of the score
      • value

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
        The value is the actual score
      • min

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min()
        The minimum value of the score
      • max

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max()
        The maximum value of the score
      • withLabel

        public AssessmentResultScore withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
        The label of the score
      • withValue

        public AssessmentResultScore withValue​(java.lang.String value)
        The value is the actual score
      • withValue

        public AssessmentResultScore withValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
        The value is the actual score
      • withMin

        public AssessmentResultScore withMin​(java.lang.String min)
        The minimum value of the score
      • withMin

        public AssessmentResultScore withMin​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)
        The minimum value of the score
      • withMax

        public AssessmentResultScore withMax​(java.lang.String max)
        The maximum value of the score
      • withMax

        public AssessmentResultScore withMax​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)
        The maximum value of the score
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object