Class ConversationEventTopicJourneyCustomer

java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEventTopicJourneyCustomer
All Implemented Interfaces:
Serializable

public class ConversationEventTopicJourneyCustomer extends Object implements Serializable
A subset of the Journey System's customer data at a point-in-time (for external linkage and internal usage/context)
See Also:
  • Constructor Details

    • ConversationEventTopicJourneyCustomer

      public ConversationEventTopicJourneyCustomer()
    • ConversationEventTopicJourneyCustomer

      public ConversationEventTopicJourneyCustomer(Boolean initWithEmptyList)
  • Method Details

    • id

      An ID of a customer within the Journey System at a point-in-time. Note that a customer entity can have multiple customerIds based on the stitching process. Depending on the context within the PureCloud conversation, this may or may not be mutable.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • idType

      The type of the customerId within the Journey System (e.g. cookie).
    • getIdType

      public String getIdType()
    • setIdType

      public void setIdType(String idType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object