Class Score


  • public class Score
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Score.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      Score()  
      Score​(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)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Score.Builder builder()  
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
      The label of the score
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max()
      The maximum value of the score
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min()
      The minimum value of the score
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
      The value is the actual score
      Score withLabel​(java.lang.String label)
      The label of the score
      Score withLabel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
      The label of the score
      Score withMax​(java.lang.String max)
      The maximum value of the score
      Score withMax​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)
      The maximum value of the score
      Score withMin​(java.lang.String min)
      The minimum value of the score
      Score withMin​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)
      The minimum value of the score
      Score withValue​(java.lang.String value)
      The value is the actual score
      Score withValue​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
      The value is the actual score
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Score

        public Score​(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)
      • Score

        public Score()
    • 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 Score withLabel​(java.lang.String label)
        The label of the score
      • withLabel

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

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

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

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

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

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

        public Score 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