Class JourneyContext
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.JourneyContext
-
- All Implemented Interfaces:
Serializable
public class JourneyContext extends Object implements Serializable
JourneyContext- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JourneyContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JourneyContextcustomer(JourneyCustomer customer)JourneyContextcustomerSession(JourneyCustomerSession customerSession)booleanequals(Object o)JourneyCustomergetCustomer()JourneyCustomerSessiongetCustomerSession()JourneyActiongetTriggeringAction()inthashCode()voidsetCustomer(JourneyCustomer customer)voidsetCustomerSession(JourneyCustomerSession customerSession)voidsetTriggeringAction(JourneyAction triggeringAction)StringtoString()JourneyContexttriggeringAction(JourneyAction triggeringAction)
-
-
-
Method Detail
-
customer
public JourneyContext customer(JourneyCustomer customer)
-
getCustomer
public JourneyCustomer getCustomer()
-
setCustomer
public void setCustomer(JourneyCustomer customer)
-
customerSession
public JourneyContext customerSession(JourneyCustomerSession customerSession)
-
getCustomerSession
public JourneyCustomerSession getCustomerSession()
-
setCustomerSession
public void setCustomerSession(JourneyCustomerSession customerSession)
-
triggeringAction
public JourneyContext triggeringAction(JourneyAction triggeringAction)
-
getTriggeringAction
public JourneyAction getTriggeringAction()
-
setTriggeringAction
public void setTriggeringAction(JourneyAction triggeringAction)
-
-