public class EvaluationFormContent
extends java.lang.Object
implements java.io.Serializable
Information about an evaluation form used in a contact evaluation.
| Constructor and Description |
|---|
EvaluationFormContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
The description of the evaluation form.
|
java.lang.String |
getEvaluationFormArn()
The Amazon Resource Name (ARN) for the evaluation form resource.
|
java.lang.String |
getEvaluationFormId()
The unique identifier for the evaluation form.
|
java.lang.Integer |
getEvaluationFormVersion()
A version of the evaluation form.
|
java.util.List<EvaluationFormItem> |
getItems()
Items that are part of the evaluation form.
|
EvaluationFormScoringStrategy |
getScoringStrategy()
A scoring strategy of the evaluation form.
|
java.lang.String |
getTitle()
A title of the evaluation form.
|
int |
hashCode() |
void |
setDescription(java.lang.String description)
The description of the evaluation form.
|
void |
setEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
void |
setEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
void |
setEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
A version of the evaluation form.
|
void |
setItems(java.util.Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
void |
setScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
|
void |
setTitle(java.lang.String title)
A title of the evaluation form.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationFormContent |
withDescription(java.lang.String description)
The description of the evaluation form.
|
EvaluationFormContent |
withEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
|
EvaluationFormContent |
withEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
EvaluationFormContent |
withEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
A version of the evaluation form.
|
EvaluationFormContent |
withItems(java.util.Collection<EvaluationFormItem> items)
Items that are part of the evaluation form.
|
EvaluationFormContent |
withItems(EvaluationFormItem... items)
Items that are part of the evaluation form.
|
EvaluationFormContent |
withScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
|
EvaluationFormContent |
withTitle(java.lang.String title)
A title of the evaluation form.
|
public java.lang.Integer getEvaluationFormVersion()
A version of the evaluation form.
Constraints:
Range: 1 -
A version of the evaluation form.
public void setEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
A version of the evaluation form.
Constraints:
Range: 1 -
evaluationFormVersion - A version of the evaluation form.
public EvaluationFormContent withEvaluationFormVersion(java.lang.Integer evaluationFormVersion)
A version of the evaluation form.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
evaluationFormVersion - A version of the evaluation form.
public java.lang.String getEvaluationFormId()
The unique identifier for the evaluation form.
Constraints:
Length: 1 - 500
The unique identifier for the evaluation form.
public void setEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
Constraints:
Length: 1 - 500
evaluationFormId - The unique identifier for the evaluation form.
public EvaluationFormContent withEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 500
evaluationFormId - The unique identifier for the evaluation form.
public java.lang.String getEvaluationFormArn()
The Amazon Resource Name (ARN) for the evaluation form resource.
The Amazon Resource Name (ARN) for the evaluation form resource.
public void setEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
evaluationFormArn - The Amazon Resource Name (ARN) for the evaluation form resource.
public EvaluationFormContent withEvaluationFormArn(java.lang.String evaluationFormArn)
The Amazon Resource Name (ARN) for the evaluation form resource.
Returns a reference to this object so that method calls can be chained together.
evaluationFormArn - The Amazon Resource Name (ARN) for the evaluation form resource.
public java.lang.String getTitle()
A title of the evaluation form.
Constraints:
Length: 1 - 128
A title of the evaluation form.
public void setTitle(java.lang.String title)
A title of the evaluation form.
Constraints:
Length: 1 - 128
title - A title of the evaluation form.
public EvaluationFormContent withTitle(java.lang.String title)
A title of the evaluation form.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
title - A title of the evaluation form.
public java.lang.String getDescription()
The description of the evaluation form.
Constraints:
Length: 0 - 1024
The description of the evaluation form.
public void setDescription(java.lang.String description)
The description of the evaluation form.
Constraints:
Length: 0 - 1024
description - The description of the evaluation form.
public EvaluationFormContent withDescription(java.lang.String description)
The description of the evaluation form.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
description - The description of the evaluation form.
public java.util.List<EvaluationFormItem> getItems()
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
public void setItems(java.util.Collection<EvaluationFormItem> items)
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
items - Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
public EvaluationFormContent withItems(EvaluationFormItem... items)
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Returns a reference to this object so that method calls can be chained together.
items - Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
public EvaluationFormContent withItems(java.util.Collection<EvaluationFormItem> items)
Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
Returns a reference to this object so that method calls can be chained together.
items - Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.
public EvaluationFormScoringStrategy getScoringStrategy()
A scoring strategy of the evaluation form.
A scoring strategy of the evaluation form.
public void setScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
scoringStrategy - A scoring strategy of the evaluation form.
public EvaluationFormContent withScoringStrategy(EvaluationFormScoringStrategy scoringStrategy)
A scoring strategy of the evaluation form.
Returns a reference to this object so that method calls can be chained together.
scoringStrategy - A scoring strategy of 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