public class DescribeContactEvaluationResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeContactEvaluationResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Evaluation |
getEvaluation()
Information about the evaluation form completed for a specific contact.
|
EvaluationFormContent |
getEvaluationForm()
Information about the evaluation form.
|
int |
hashCode() |
void |
setEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
|
void |
setEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeContactEvaluationResult |
withEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
|
DescribeContactEvaluationResult |
withEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
|
public Evaluation getEvaluation()
Information about the evaluation form completed for a specific contact.
Information about the evaluation form completed for a specific contact.
public void setEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
evaluation - Information about the evaluation form completed for a specific contact.
public DescribeContactEvaluationResult withEvaluation(Evaluation evaluation)
Information about the evaluation form completed for a specific contact.
Returns a reference to this object so that method calls can be chained together.
evaluation - Information about the evaluation form completed for a specific contact.
public EvaluationFormContent getEvaluationForm()
Information about the evaluation form.
Information about the evaluation form.
public void setEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
evaluationForm - Information about the evaluation form.
public DescribeContactEvaluationResult withEvaluationForm(EvaluationFormContent evaluationForm)
Information about the evaluation form.
Returns a reference to this object so that method calls can be chained together.
evaluationForm - Information about the evaluation form.
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