Class TextBotFlowMilestone

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

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

    • TextBotFlowMilestone

      public TextBotFlowMilestone()
    • TextBotFlowMilestone

      public TextBotFlowMilestone(Boolean initWithEmptyList)
  • Method Details

    • id

      public TextBotFlowMilestone id(String id)
      The Milestone's ID.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • dateReached

      public TextBotFlowMilestone dateReached(Date dateReached)
      The timestamp of when the milestone was reached. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateReached

      public Date getDateReached()
    • setDateReached

      public void setDateReached(Date dateReached)
    • sequence

      public TextBotFlowMilestone sequence(Long sequence)
      The sequence number of the milestone.
    • getSequence

      public Long getSequence()
    • setSequence

      public void setSequence(Long sequence)
    • 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