Class WebMessagingChannel
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.WebMessagingChannel
-
- All Implemented Interfaces:
Serializable
public class WebMessagingChannel extends Object implements Serializable
Channel-specific information that describes the message and the message channel/provider.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebMessagingChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)WebMessagingRecipientgetFrom()StringgetMessageId()DategetTime()WebMessagingRecipientgetTo()inthashCode()StringtoString()
-
-
-
Method Detail
-
getFrom
public WebMessagingRecipient getFrom()
-
getTo
public WebMessagingRecipient getTo()
-
getTime
public Date getTime()
-
getMessageId
public String getMessageId()
-
-