@Generated(value="software.amazon.awssdk:codegen") public final class EvaluationScore extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EvaluationScore.Builder,EvaluationScore>
Information about scores of a contact evaluation item (section or question).
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationScore.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
automaticFail()
The flag that marks the item as automatic fail.
|
static EvaluationScore.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
notApplicable()
The flag to mark the item as not applicable for scoring.
|
Double |
percentage()
The score percentage for an item in a contact evaluation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EvaluationScore.Builder> |
serializableBuilderClass() |
EvaluationScore.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double percentage()
The score percentage for an item in a contact evaluation.
public final Boolean notApplicable()
The flag to mark the item as not applicable for scoring.
public final Boolean automaticFail()
The flag that marks the item as automatic fail. If the item or a child item gets an automatic fail answer, this flag will be true.
public EvaluationScore.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EvaluationScore.Builder,EvaluationScore>public static EvaluationScore.Builder builder()
public static Class<? extends EvaluationScore.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.