Package com.mypurecloud.sdk.v2.model
Class WebChatTyping
java.lang.Object
com.mypurecloud.sdk.v2.model.WebChatTyping
- All Implemented Interfaces:
Serializable
WebChatTyping
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversation(WebChatConversation conversation) The identifier of the conversationbooleangetId()inthashCode()The event identifier of this typing indicator event (useful to guard against event re-deliverysender(WebChatMemberInfo sender) The member who sent the messagevoidsetConversation(WebChatConversation conversation) voidvoidsetSender(WebChatMemberInfo sender) voidsetTimestamp(Date timestamp) The timestamp of the message, in ISO-8601 formattoString()
-
Constructor Details
-
WebChatTyping
public WebChatTyping() -
WebChatTyping
-
-
Method Details
-
id
The event identifier of this typing indicator event (useful to guard against event re-delivery -
getId
-
setId
-
conversation
The identifier of the conversation -
getConversation
-
setConversation
-
sender
The member who sent the message -
getSender
-
setSender
-
timestamp
The timestamp of the message, in ISO-8601 format -
getTimestamp
-
setTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-