Class Score
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Score
-
public class Score extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScore.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.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>label()The label of the scoreorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>max()The maximum value of the scoreorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>min()The minimum value of the scorejava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()The value is the actual scoreScorewithLabel(java.lang.String label)The label of the scoreScorewithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the scoreScorewithMax(java.lang.String max)The maximum value of the scoreScorewithMax(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)The maximum value of the scoreScorewithMin(java.lang.String min)The minimum value of the scoreScorewithMin(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)The minimum value of the scoreScorewithValue(java.lang.String value)The value is the actual scoreScorewithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)The value is the actual score
-
-
-
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
-
builder
public static final Score.Builder builder()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-