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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Builder, CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The flag to mark the option as automatic fail.final Number
The maximum answer value of the range option.final Number
The minimum answer value of the range option.final Number
getScore()
The score assigned to answer values within the range option.final int
hashCode()
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.EvaluationFormNumericQuestionOptionProperty
The maximum answer value of the range option.- Specified by:
getMaxValue
in interfaceCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
- See Also:
-
getMinValue
Description copied from interface:CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
The minimum answer value of the range option.- Specified by:
getMinValue
in interfaceCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
- See Also:
-
getAutomaticFail
Description copied from interface:CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
The 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:
getAutomaticFail
in interfaceCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
- See Also:
-
getScore
Description copied from interface:CfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
The score assigned to answer values within the range option.Minimum : 0
Maximum : 10
- Specified by:
getScore
in interfaceCfnEvaluationForm.EvaluationFormNumericQuestionOptionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-