Package com.mypurecloud.sdk.v2.model
Class TextBotFlowMilestone
java.lang.Object
com.mypurecloud.sdk.v2.model.TextBotFlowMilestone
- All Implemented Interfaces:
Serializable
TextBotFlowMilestone
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateReached(Date dateReached) The timestamp of when the milestone was reached.booleangetId()inthashCode()The Milestone's ID.The sequence number of the milestone.voidsetDateReached(Date dateReached) voidvoidsetSequence(Long sequence) toString()
-
Constructor Details
-
TextBotFlowMilestone
public TextBotFlowMilestone() -
TextBotFlowMilestone
-
-
Method Details
-
id
The Milestone's ID. -
getId
-
setId
-
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
-
setDateReached
-
sequence
The sequence number of the milestone. -
getSequence
-
setSequence
-
equals
-
hashCode
public int hashCode() -
toString
-