public class DescribeEvaluationFormResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DescribeEvaluationFormResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
EvaluationForm |
getEvaluationForm()
Information about the evaluation form.
|
int |
hashCode() |
void |
setEvaluationForm(EvaluationForm evaluationForm)
Information about the evaluation form.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeEvaluationFormResult |
withEvaluationForm(EvaluationForm evaluationForm)
Information about the evaluation form.
|
public EvaluationForm getEvaluationForm()
Information about the evaluation form.
Information about the evaluation form.
public void setEvaluationForm(EvaluationForm evaluationForm)
Information about the evaluation form.
evaluationForm - Information about the evaluation form.
public DescribeEvaluationFormResult withEvaluationForm(EvaluationForm 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