public class EvaluationSummary
extends java.lang.Object
implements java.io.Serializable
Summary information about a contact evaluation.
| Constructor and Description |
|---|
EvaluationSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getCreatedTime()
The timestamp for when the evaluation was created.
|
java.lang.String |
getEvaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
java.lang.String |
getEvaluationFormId()
The unique identifier for the evaluation form.
|
java.lang.String |
getEvaluationFormTitle()
A title of the evaluation form.
|
java.lang.String |
getEvaluationId()
A unique identifier for the contact evaluation.
|
java.lang.String |
getEvaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the
evaluation.
|
java.util.Date |
getLastModifiedTime()
The timestamp for when the evaluation was last updated.
|
EvaluationScore |
getScore()
The overall score of the contact evaluation.
|
java.lang.String |
getStatus()
The status of the contact evaluation.
|
int |
hashCode() |
void |
setCreatedTime(java.util.Date createdTime)
The timestamp for when the evaluation was created.
|
void |
setEvaluationArn(java.lang.String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
void |
setEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
void |
setEvaluationFormTitle(java.lang.String evaluationFormTitle)
A title of the evaluation form.
|
void |
setEvaluationId(java.lang.String evaluationId)
A unique identifier for the contact evaluation.
|
void |
setEvaluatorArn(java.lang.String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the
evaluation.
|
void |
setLastModifiedTime(java.util.Date lastModifiedTime)
The timestamp for when the evaluation was last updated.
|
void |
setScore(EvaluationScore score)
The overall score of the contact evaluation.
|
void |
setStatus(EvaluationStatus status)
The status of the contact evaluation.
|
void |
setStatus(java.lang.String status)
The status of the contact evaluation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationSummary |
withCreatedTime(java.util.Date createdTime)
The timestamp for when the evaluation was created.
|
EvaluationSummary |
withEvaluationArn(java.lang.String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
EvaluationSummary |
withEvaluationFormId(java.lang.String evaluationFormId)
The unique identifier for the evaluation form.
|
EvaluationSummary |
withEvaluationFormTitle(java.lang.String evaluationFormTitle)
A title of the evaluation form.
|
EvaluationSummary |
withEvaluationId(java.lang.String evaluationId)
A unique identifier for the contact evaluation.
|
EvaluationSummary |
withEvaluatorArn(java.lang.String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the
evaluation.
|
EvaluationSummary |
withLastModifiedTime(java.util.Date lastModifiedTime)
The timestamp for when the evaluation was last updated.
|
EvaluationSummary |
withScore(EvaluationScore score)
The overall score of the contact evaluation.
|
EvaluationSummary |
withStatus(EvaluationStatus status)
The status of the contact evaluation.
|
EvaluationSummary |
withStatus(java.lang.String status)
The status of the contact evaluation.
|
public java.lang.String getEvaluationId()
A unique identifier for the contact evaluation.
Constraints:
Length: 1 - 500
A unique identifier for the contact evaluation.
public void setEvaluationId(java.lang.String evaluationId)
A unique identifier for the contact evaluation.
Constraints:
Length: 1 - 500
evaluationId - A unique identifier for the contact evaluation.
public EvaluationSummary withEvaluationId(java.lang.String evaluationId)
A unique identifier for the contact evaluation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 500
evaluationId - A unique identifier for the contact evaluation.
public java.lang.String getEvaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
The Amazon Resource Name (ARN) for the contact evaluation resource.
public void setEvaluationArn(java.lang.String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
evaluationArn - The Amazon Resource Name (ARN) for the contact evaluation resource.
public EvaluationSummary withEvaluationArn(java.lang.String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
Returns a reference to this object so that method calls can be chained together.
evaluationArn - The Amazon Resource Name (ARN) for the contact evaluation resource.
public java.lang.String getEvaluationFormTitle()
A title of the evaluation form.
Constraints:
Length: 1 - 128
A title of the evaluation form.
public void setEvaluationFormTitle(java.lang.String evaluationFormTitle)
A title of the evaluation form.
Constraints:
Length: 1 - 128
evaluationFormTitle - A title of the evaluation form.
public EvaluationSummary withEvaluationFormTitle(java.lang.String evaluationFormTitle)
A title of the evaluation form.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
evaluationFormTitle - A title 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 EvaluationSummary 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 getStatus()
The status of the contact evaluation.
Constraints:
Allowed Values: DRAFT, SUBMITTED
The status of the contact evaluation.
EvaluationStatuspublic void setStatus(java.lang.String status)
The status of the contact evaluation.
Constraints:
Allowed Values: DRAFT, SUBMITTED
status - The status of the contact evaluation.
EvaluationStatuspublic EvaluationSummary withStatus(java.lang.String status)
The status of the contact evaluation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DRAFT, SUBMITTED
status - The status of the contact evaluation.
EvaluationStatuspublic void setStatus(EvaluationStatus status)
The status of the contact evaluation.
Constraints:
Allowed Values: DRAFT, SUBMITTED
status - The status of the contact evaluation.
EvaluationStatuspublic EvaluationSummary withStatus(EvaluationStatus status)
The status of the contact evaluation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: DRAFT, SUBMITTED
status - The status of the contact evaluation.
EvaluationStatuspublic java.lang.String getEvaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
public void setEvaluatorArn(java.lang.String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
evaluatorArn - The Amazon Resource Name (ARN) of the user who last updated the evaluation.
public EvaluationSummary withEvaluatorArn(java.lang.String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
Returns a reference to this object so that method calls can be chained together.
evaluatorArn - The Amazon Resource Name (ARN) of the user who last updated the evaluation.
public EvaluationScore getScore()
The overall score of the contact evaluation.
The overall score of the contact evaluation.
public void setScore(EvaluationScore score)
The overall score of the contact evaluation.
score - The overall score of the contact evaluation.
public EvaluationSummary withScore(EvaluationScore score)
The overall score of the contact evaluation.
Returns a reference to this object so that method calls can be chained together.
score - The overall score of the contact evaluation.
public java.util.Date getCreatedTime()
The timestamp for when the evaluation was created.
The timestamp for when the evaluation was created.
public void setCreatedTime(java.util.Date createdTime)
The timestamp for when the evaluation was created.
createdTime - The timestamp for when the evaluation was created.
public EvaluationSummary withCreatedTime(java.util.Date createdTime)
The timestamp for when the evaluation was created.
Returns a reference to this object so that method calls can be chained together.
createdTime - The timestamp for when the evaluation was created.
public java.util.Date getLastModifiedTime()
The timestamp for when the evaluation was last updated.
The timestamp for when the evaluation was last updated.
public void setLastModifiedTime(java.util.Date lastModifiedTime)
The timestamp for when the evaluation was last updated.
lastModifiedTime - The timestamp for when the evaluation was last updated.
public EvaluationSummary withLastModifiedTime(java.util.Date lastModifiedTime)
The timestamp for when the evaluation was last updated.
Returns a reference to this object so that method calls can be chained together.
lastModifiedTime - The timestamp for when the evaluation was last updated.
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