public class EvaluationAnswerOutput
extends java.lang.Object
implements java.io.Serializable
Information about output answers for a contact evaluation.
| Constructor and Description |
|---|
EvaluationAnswerOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
EvaluationAnswerData |
getSystemSuggestedValue()
The system suggested value for an answer in a contact evaluation.
|
EvaluationAnswerData |
getValue()
The value for an answer in a contact evaluation.
|
int |
hashCode() |
void |
setSystemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
|
void |
setValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationAnswerOutput |
withSystemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
|
EvaluationAnswerOutput |
withValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
|
public EvaluationAnswerData getValue()
The value for an answer in a contact evaluation.
The value for an answer in a contact evaluation.
public void setValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
value - The value for an answer in a contact evaluation.
public EvaluationAnswerOutput withValue(EvaluationAnswerData value)
The value for an answer in a contact evaluation.
Returns a reference to this object so that method calls can be chained together.
value - The value for an answer in a contact evaluation.
public EvaluationAnswerData getSystemSuggestedValue()
The system suggested value for an answer in a contact evaluation.
The system suggested value for an answer in a contact evaluation.
public void setSystemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
systemSuggestedValue - The system suggested value for an answer in a contact evaluation.
public EvaluationAnswerOutput withSystemSuggestedValue(EvaluationAnswerData systemSuggestedValue)
The system suggested value for an answer in a contact evaluation.
Returns a reference to this object so that method calls can be chained together.
systemSuggestedValue - The system suggested value for an answer in a contact evaluation.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object