@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationFormNumericQuestionOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
automaticFail()
The flag to mark the option as automatic fail.
|
static EvaluationFormNumericQuestionOption.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxValue()
The maximum answer value of the range option.
|
Integer |
minValue()
The minimum answer value of the range option.
|
Integer |
score()
The score assigned to answer values within the range option.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EvaluationFormNumericQuestionOption.Builder> |
serializableBuilderClass() |
EvaluationFormNumericQuestionOption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer minValue()
The minimum answer value of the range option.
public final Integer maxValue()
The maximum answer value of the range option.
public final Integer score()
The score assigned to answer values within the range option.
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.
public EvaluationFormNumericQuestionOption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EvaluationFormNumericQuestionOption.Builder,EvaluationFormNumericQuestionOption>public static EvaluationFormNumericQuestionOption.Builder builder()
public static Class<? extends EvaluationFormNumericQuestionOption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.