@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationAnswerData extends Object implements Serializable, Cloneable, StructuredPojo
Information about answer data for a contact evaluation. Answer data must be either string, numeric, or not applicable.
Constructor and Description |
---|
EvaluationAnswerData() |
Modifier and Type | Method and Description |
---|---|
EvaluationAnswerData |
clone() |
boolean |
equals(Object obj) |
Boolean |
getNotApplicable()
The flag to mark the question as not applicable.
|
Double |
getNumericValue()
The numeric value for an answer in a contact evaluation.
|
String |
getStringValue()
The string value for an answer in a contact evaluation.
|
int |
hashCode() |
Boolean |
isNotApplicable()
The flag to mark the question as not applicable.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNotApplicable(Boolean notApplicable)
The flag to mark the question as not applicable.
|
void |
setNumericValue(Double numericValue)
The numeric value for an answer in a contact evaluation.
|
void |
setStringValue(String stringValue)
The string value for an answer in a contact evaluation.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationAnswerData |
withNotApplicable(Boolean notApplicable)
The flag to mark the question as not applicable.
|
EvaluationAnswerData |
withNumericValue(Double numericValue)
The numeric value for an answer in a contact evaluation.
|
EvaluationAnswerData |
withStringValue(String stringValue)
The string value for an answer in a contact evaluation.
|
public void setStringValue(String stringValue)
The string value for an answer in a contact evaluation.
stringValue
- The string value for an answer in a contact evaluation.public String getStringValue()
The string value for an answer in a contact evaluation.
public EvaluationAnswerData withStringValue(String stringValue)
The string value for an answer in a contact evaluation.
stringValue
- The string value for an answer in a contact evaluation.public void setNumericValue(Double numericValue)
The numeric value for an answer in a contact evaluation.
numericValue
- The numeric value for an answer in a contact evaluation.public Double getNumericValue()
The numeric value for an answer in a contact evaluation.
public EvaluationAnswerData withNumericValue(Double numericValue)
The numeric value for an answer in a contact evaluation.
numericValue
- The numeric value for an answer in a contact evaluation.public void setNotApplicable(Boolean notApplicable)
The flag to mark the question as not applicable.
notApplicable
- The flag to mark the question as not applicable.public Boolean getNotApplicable()
The flag to mark the question as not applicable.
public EvaluationAnswerData withNotApplicable(Boolean notApplicable)
The flag to mark the question as not applicable.
notApplicable
- The flag to mark the question as not applicable.public Boolean isNotApplicable()
The flag to mark the question as not applicable.
public String toString()
toString
in class Object
Object.toString()
public EvaluationAnswerData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.