@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EvaluationSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information about a contact evaluation.
Constructor and Description |
---|
EvaluationSummary() |
Modifier and Type | Method and Description |
---|---|
EvaluationSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTime()
The timestamp for when the evaluation was created.
|
String |
getEvaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
String |
getEvaluationFormId()
The unique identifier for the evaluation form.
|
String |
getEvaluationFormTitle()
A title of the evaluation form.
|
String |
getEvaluationId()
A unique identifier for the contact evaluation.
|
String |
getEvaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
|
Date |
getLastModifiedTime()
The timestamp for when the evaluation was last updated.
|
EvaluationScore |
getScore()
The overall score of the contact evaluation.
|
String |
getStatus()
The status of the contact evaluation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedTime(Date createdTime)
The timestamp for when the evaluation was created.
|
void |
setEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
void |
setEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
void |
setEvaluationFormTitle(String evaluationFormTitle)
A title of the evaluation form.
|
void |
setEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
|
void |
setEvaluatorArn(String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp for when the evaluation was last updated.
|
void |
setScore(EvaluationScore score)
The overall score of the contact evaluation.
|
void |
setStatus(String status)
The status of the contact evaluation.
|
String |
toString()
Returns a string representation of this object.
|
EvaluationSummary |
withCreatedTime(Date createdTime)
The timestamp for when the evaluation was created.
|
EvaluationSummary |
withEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
|
EvaluationSummary |
withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
|
EvaluationSummary |
withEvaluationFormTitle(String evaluationFormTitle)
A title of the evaluation form.
|
EvaluationSummary |
withEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
|
EvaluationSummary |
withEvaluatorArn(String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
|
EvaluationSummary |
withLastModifiedTime(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(String status)
The status of the contact evaluation.
|
public void setEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
evaluationId
- A unique identifier for the contact evaluation.public String getEvaluationId()
A unique identifier for the contact evaluation.
public EvaluationSummary withEvaluationId(String evaluationId)
A unique identifier for the contact evaluation.
evaluationId
- A unique identifier for the contact evaluation.public void setEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
evaluationArn
- The Amazon Resource Name (ARN) for the contact evaluation resource.public String getEvaluationArn()
The Amazon Resource Name (ARN) for the contact evaluation resource.
public EvaluationSummary withEvaluationArn(String evaluationArn)
The Amazon Resource Name (ARN) for the contact evaluation resource.
evaluationArn
- The Amazon Resource Name (ARN) for the contact evaluation resource.public void setEvaluationFormTitle(String evaluationFormTitle)
A title of the evaluation form.
evaluationFormTitle
- A title of the evaluation form.public String getEvaluationFormTitle()
A title of the evaluation form.
public EvaluationSummary withEvaluationFormTitle(String evaluationFormTitle)
A title of the evaluation form.
evaluationFormTitle
- A title of the evaluation form.public void setEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
evaluationFormId
- The unique identifier for the evaluation form.public String getEvaluationFormId()
The unique identifier for the evaluation form.
public EvaluationSummary withEvaluationFormId(String evaluationFormId)
The unique identifier for the evaluation form.
evaluationFormId
- The unique identifier for the evaluation form.public void setStatus(String status)
The status of the contact evaluation.
status
- The status of the contact evaluation.EvaluationStatus
public String getStatus()
The status of the contact evaluation.
EvaluationStatus
public EvaluationSummary withStatus(String status)
The status of the contact evaluation.
status
- The status of the contact evaluation.EvaluationStatus
public EvaluationSummary withStatus(EvaluationStatus status)
The status of the contact evaluation.
status
- The status of the contact evaluation.EvaluationStatus
public void setEvaluatorArn(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 String getEvaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the evaluation.
public EvaluationSummary withEvaluatorArn(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 void setScore(EvaluationScore score)
The overall score of the contact evaluation.
score
- The overall score of the contact evaluation.public EvaluationScore getScore()
The overall score of the contact evaluation.
public EvaluationSummary withScore(EvaluationScore score)
The overall score of the contact evaluation.
score
- The overall score of the contact evaluation.public void setCreatedTime(Date createdTime)
The timestamp for when the evaluation was created.
createdTime
- The timestamp for when the evaluation was created.public Date getCreatedTime()
The timestamp for when the evaluation was created.
public EvaluationSummary withCreatedTime(Date createdTime)
The timestamp for when the evaluation was created.
createdTime
- The timestamp for when the evaluation was created.public void setLastModifiedTime(Date lastModifiedTime)
The timestamp for when the evaluation was last updated.
lastModifiedTime
- The timestamp for when the evaluation was last updated.public Date getLastModifiedTime()
The timestamp for when the evaluation was last updated.
public EvaluationSummary withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the evaluation was last updated.
lastModifiedTime
- The timestamp for when the evaluation was last updated.public String toString()
toString
in class Object
Object.toString()
public EvaluationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.