Class JourneyCustomerSession
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.JourneyCustomerSession
-
- All Implemented Interfaces:
Serializable
public class JourneyCustomerSession extends Object implements Serializable
JourneyCustomerSession- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JourneyCustomerSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()StringgetType()inthashCode()JourneyCustomerSessionid(String id)voidsetId(String id)voidsetType(String type)StringtoString()JourneyCustomerSessiontype(String type)
-
-
-
Method Detail
-
id
public JourneyCustomerSession id(String id)
-
getId
public String getId()
-
setId
public void setId(String id)
-
type
public JourneyCustomerSession type(String type)
-
getType
public String getType()
-
setType
public void setType(String type)
-
-