Class JourneyActionMap

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

public class JourneyActionMap extends Object implements Serializable
JourneyActionMap
See Also:
  • Constructor Details

    • JourneyActionMap

      public JourneyActionMap()
    • JourneyActionMap

      public JourneyActionMap(Boolean initWithEmptyList)
  • Method Details

    • id

      public JourneyActionMap id(String id)
      The ID of the actionMap in the Journey System which triggered this action
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • version

      public JourneyActionMap version(Integer version)
      The version number of the actionMap in the Journey System at the time this action was triggered
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • 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