public class EvaluationMetadata
extends java.lang.Object
implements java.io.Serializable
Metadata information about a contact evaluation.
| Constructor and Description |
|---|
EvaluationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContactAgentId()
The identifier of the agent who performed the contact.
|
java.lang.String |
getContactId()
The identifier of the contact in this instance of Amazon Connect.
|
java.lang.String |
getEvaluatorArn()
The Amazon Resource Name (ARN) of the user who last updated the
evaluation.
|
EvaluationScore |
getScore()
The overall score of the contact evaluation.
|
int |
hashCode() |
void |
setContactAgentId(java.lang.String contactAgentId)
The identifier of the agent who performed the contact.
|
void |
setContactId(java.lang.String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
void |
setEvaluatorArn(java.lang.String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the
evaluation.
|
void |
setScore(EvaluationScore score)
The overall score of the contact evaluation.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EvaluationMetadata |
withContactAgentId(java.lang.String contactAgentId)
The identifier of the agent who performed the contact.
|
EvaluationMetadata |
withContactId(java.lang.String contactId)
The identifier of the contact in this instance of Amazon Connect.
|
EvaluationMetadata |
withEvaluatorArn(java.lang.String evaluatorArn)
The Amazon Resource Name (ARN) of the user who last updated the
evaluation.
|
EvaluationMetadata |
withScore(EvaluationScore score)
The overall score of the contact evaluation.
|
public java.lang.String getContactId()
The identifier of the contact in this instance of Amazon Connect.
Constraints:
Length: 1 - 256
The identifier of the contact in this instance of Amazon Connect.
public void setContactId(java.lang.String contactId)
The identifier of the contact in this instance of Amazon Connect.
Constraints:
Length: 1 - 256
contactId - The identifier of the contact in this instance of Amazon Connect.
public EvaluationMetadata withContactId(java.lang.String contactId)
The identifier of the contact in this instance of Amazon Connect.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
contactId - The identifier of the contact in this instance of Amazon Connect.
public 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 EvaluationMetadata 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 java.lang.String getContactAgentId()
The identifier of the agent who performed the contact.
Constraints:
Length: 1 - 500
The identifier of the agent who performed the contact.
public void setContactAgentId(java.lang.String contactAgentId)
The identifier of the agent who performed the contact.
Constraints:
Length: 1 - 500
contactAgentId - The identifier of the agent who performed the contact.
public EvaluationMetadata withContactAgentId(java.lang.String contactAgentId)
The identifier of the agent who performed the contact.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 500
contactAgentId - The identifier of the agent who performed the contact.
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 EvaluationMetadata 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.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