Class CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
@Stability(Stable)
@Internal
public static final class CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
An implementation for
CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Builder, CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe flag to mark the option as automatic fail.final NumberThe maximum answer value of the range option.final NumberThe minimum answer value of the range option.final NumbergetScore()The score assigned to answer values within the range option.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Builder.
-
-
Method Details
-
getMaxValue
Description copied from interface:CfnEvaluationForm.EvaluationFormNumericQuestionOptionPropertyThe maximum answer value of the range option.- Specified by:
getMaxValuein interfaceCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
-
getMinValue
Description copied from interface:CfnEvaluationForm.EvaluationFormNumericQuestionOptionPropertyThe minimum answer value of the range option.- Specified by:
getMinValuein interfaceCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
-
getAutomaticFail
Description copied from interface:CfnEvaluationForm.EvaluationFormNumericQuestionOptionPropertyThe flag to mark the option as automatic fail.If an automatic fail answer is provided, the overall evaluation gets a score of 0.
- Specified by:
getAutomaticFailin interfaceCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
-
getScore
Description copied from interface:CfnEvaluationForm.EvaluationFormNumericQuestionOptionPropertyThe score assigned to answer values within the range option.Minimum : 0
Maximum : 10
- Specified by:
getScorein interfaceCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-