Class ScreeningResultScore
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ScreeningResultScore
-
public class ScreeningResultScore extends java.lang.ObjectScreeningResultScoreScore information
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScreeningResultScore.Builder
-
Constructor Summary
Constructors Constructor Description ScreeningResultScore()ScreeningResultScore(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 ScreeningResultScore.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>label()Score labelorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>max()Maximum score valueorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>min()Minimum score valuejava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>value()Score valueScreeningResultScorewithLabel(java.lang.String label)Score labelScreeningResultScorewithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)Score labelScreeningResultScorewithMax(java.lang.String max)Maximum score valueScreeningResultScorewithMax(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)Maximum score valueScreeningResultScorewithMin(java.lang.String min)Minimum score valueScreeningResultScorewithMin(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)Minimum score valueScreeningResultScorewithValue(java.lang.String value)Score valueScreeningResultScorewithValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)Score value
-
-
-
Constructor Detail
-
ScreeningResultScore
public ScreeningResultScore(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)
-
ScreeningResultScore
public ScreeningResultScore()
-
-
Method Detail
-
label
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
Score label
-
value
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value()
Score value
-
min
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min()
Minimum score value
-
max
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max()
Maximum score value
-
builder
public static ScreeningResultScore.Builder builder()
-
withLabel
public ScreeningResultScore withLabel(java.lang.String label)
Score label
-
withLabel
public ScreeningResultScore withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
Score label
-
withValue
public ScreeningResultScore withValue(java.lang.String value)
Score value
-
withValue
public ScreeningResultScore withValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
Score value
-
withMin
public ScreeningResultScore withMin(java.lang.String min)
Minimum score value
-
withMin
public ScreeningResultScore withMin(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)
Minimum score value
-
withMax
public ScreeningResultScore withMax(java.lang.String max)
Maximum score value
-
withMax
public ScreeningResultScore withMax(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)
Maximum score value
-
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
-
-