Class AssessmentResultScore
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AssessmentResultScore
-
public class AssessmentResultScore extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssessmentResultScore.Builder
-
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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssessmentResultScore.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 scoreAssessmentResultScorewithLabel(java.lang.String label)The label of the scoreAssessmentResultScorewithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the scoreAssessmentResultScorewithMax(java.lang.String max)The maximum value of the scoreAssessmentResultScorewithMax(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)The maximum value of the scoreAssessmentResultScorewithMin(java.lang.String min)The minimum value of the scoreAssessmentResultScorewithMin(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)The minimum value of the scoreAssessmentResultScorewithValue(java.lang.String value)The value is the actual scoreAssessmentResultScorewithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)The value is the actual score
-
-
-
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
-
builder
public static AssessmentResultScore.Builder builder()
-
withLabel
public AssessmentResultScore withLabel(java.lang.String label)
The label 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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-