Class BaseChannelMetadata
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.BaseChannelMetadata
-
- All Implemented Interfaces:
Serializable
public class BaseChannelMetadata extends Object implements Serializable
BaseChannelMetadata- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseChannelMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseChannelMetadatacustomAttributes(Map<String,String> customAttributes)booleanequals(Object o)Map<String,String>getCustomAttributes()inthashCode()voidsetCustomAttributes(Map<String,String> customAttributes)StringtoString()
-
-
-
Method Detail
-
customAttributes
public BaseChannelMetadata customAttributes(Map<String,String> customAttributes)
-
-