Package com.mypurecloud.sdk.v2.model
Class MessageEvaluation
java.lang.Object
com.mypurecloud.sdk.v2.model.MessageEvaluation
- All Implemented Interfaces:
Serializable
MessageEvaluation
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of message sent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontactAddress(String contactAddress) The address (phone or email) that was wrapped upcontactColumn(String contactColumn) The name of the contact column that was wrapped upbooleaninthashCode()messageType(MessageEvaluation.MessageTypeEnum messageType) The type of message sentvoidsetContactAddress(String contactAddress) voidsetContactColumn(String contactColumn) voidsetMessageType(MessageEvaluation.MessageTypeEnum messageType) voidsetTimestamp(Date timestamp) voidsetWrapupCodeId(String wrapupCodeId) The time that the wrap-up was applied.toString()wrapupCodeId(String wrapupCodeId) The id of the wrap-up code
-
Constructor Details
-
MessageEvaluation
public MessageEvaluation() -
MessageEvaluation
-
-
Method Details
-
contactColumn
The name of the contact column that was wrapped up -
getContactColumn
-
setContactColumn
-
contactAddress
The address (phone or email) that was wrapped up -
getContactAddress
-
setContactAddress
-
messageType
The type of message sent -
getMessageType
-
setMessageType
-
wrapupCodeId
The id of the wrap-up code -
getWrapupCodeId
-
setWrapupCodeId
-
timestamp
The time that the wrap-up was applied. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTimestamp
-
setTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-