Class CleanMessagingChannel
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.CleanMessagingChannel
-
- All Implemented Interfaces:
Serializable
public class CleanMessagingChannel extends Object implements Serializable
CleanMessagingChannel- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CleanMessagingChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CleanMessagingChannelfrom(CleanMessagingRecipient from)CleanMessagingRecipientgetFrom()StringgetMessageId()CleanChannelMetadatagetMetadata()StringgetTime()CleanMessagingRecipientgetTo()ChannelTypegetType()inthashCode()CleanMessagingChannelmessageId(String messageId)CleanMessagingChannelmetadata(CleanChannelMetadata metadata)voidsetFrom(CleanMessagingRecipient from)voidsetMessageId(String messageId)voidsetMetadata(CleanChannelMetadata metadata)voidsetTime(String time)voidsetTo(CleanMessagingRecipient to)voidsetType(ChannelType type)CleanMessagingChanneltime(String time)CleanMessagingChannelto(CleanMessagingRecipient to)StringtoString()CleanMessagingChanneltype(ChannelType type)
-
-
-
Method Detail
-
time
public CleanMessagingChannel time(String time)
-
getTime
public String getTime()
-
setTime
public void setTime(String time)
-
type
public CleanMessagingChannel type(ChannelType type)
-
getType
public ChannelType getType()
-
setType
public void setType(ChannelType type)
-
messageId
public CleanMessagingChannel messageId(String messageId)
-
getMessageId
public String getMessageId()
-
setMessageId
public void setMessageId(String messageId)
-
from
public CleanMessagingChannel from(CleanMessagingRecipient from)
-
getFrom
public CleanMessagingRecipient getFrom()
-
setFrom
public void setFrom(CleanMessagingRecipient from)
-
to
public CleanMessagingChannel to(CleanMessagingRecipient to)
-
getTo
public CleanMessagingRecipient getTo()
-
setTo
public void setTo(CleanMessagingRecipient to)
-
metadata
public CleanMessagingChannel metadata(CleanChannelMetadata metadata)
-
getMetadata
public CleanChannelMetadata getMetadata()
-
setMetadata
public void setMetadata(CleanChannelMetadata metadata)
-
-