Class EvaluationFormNumericQuestionOption
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.EvaluationFormNumericQuestionOption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluationFormNumericQuestionOption.Builder,EvaluationFormNumericQuestionOption>
@Generated("software.amazon.awssdk:codegen") public final class EvaluationFormNumericQuestionOption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationFormNumericQuestionOption.Builder,EvaluationFormNumericQuestionOption>
Information about the option range used for scoring in numeric questions.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationFormNumericQuestionOption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautomaticFail()The flag to mark the option as automatic fail.static EvaluationFormNumericQuestionOption.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxValue()The maximum answer value of the range option.IntegerminValue()The minimum answer value of the range option.Integerscore()The score assigned to answer values within the range option.List<SdkField<?>>sdkFields()static Class<? extends EvaluationFormNumericQuestionOption.Builder>serializableBuilderClass()EvaluationFormNumericQuestionOption.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
minValue
public final Integer minValue()
The minimum answer value of the range option.
- Returns:
- The minimum answer value of the range option.
-
maxValue
public final Integer maxValue()
The maximum answer value of the range option.
- Returns:
- The maximum answer value of the range option.
-
score
public final Integer score()
The score assigned to answer values within the range option.
- Returns:
- The score assigned to answer values within the range option.
-
automaticFail
public final Boolean automaticFail()
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- Returns:
- The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
-
toBuilder
public EvaluationFormNumericQuestionOption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluationFormNumericQuestionOption.Builder,EvaluationFormNumericQuestionOption>
-
builder
public static EvaluationFormNumericQuestionOption.Builder builder()
-
serializableBuilderClass
public static Class<? extends EvaluationFormNumericQuestionOption.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-