Class EvaluationScore
- java.lang.Object
-
- software.amazon.awssdk.services.connect.model.EvaluationScore
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EvaluationScore.Builder,EvaluationScore>
@Generated("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).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEvaluationScore.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanautomaticFail()The flag that marks the item as automatic fail.static EvaluationScore.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleannotApplicable()The flag to mark the item as not applicable for scoring.Doublepercentage()The score percentage for an item in a contact evaluation.List<SdkField<?>>sdkFields()static Class<? extends EvaluationScore.Builder>serializableBuilderClass()EvaluationScore.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
-
percentage
public final Double percentage()
The score percentage for an item in a contact evaluation.
- Returns:
- The score percentage for an item in a contact evaluation.
-
notApplicable
public final Boolean notApplicable()
The flag to mark the item as not applicable for scoring.
- Returns:
- The flag to mark the item as not applicable for scoring.
-
automaticFail
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.
- Returns:
- 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.
-
toBuilder
public EvaluationScore.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EvaluationScore.Builder,EvaluationScore>
-
builder
public static EvaluationScore.Builder builder()
-
serializableBuilderClass
public static Class<? extends EvaluationScore.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.
-
-