Class JourneyViewResultMetrics

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

public class JourneyViewResultMetrics extends Object implements Serializable
The metrics of an element or a link in journey
See Also:
  • Constructor Details

    • JourneyViewResultMetrics

      public JourneyViewResultMetrics()
    • JourneyViewResultMetrics

      public JourneyViewResultMetrics(Boolean initWithEmptyList)
  • Method Details

    • getParticipantCount

      public Long getParticipantCount()
    • getActiveCount

      public Long getActiveCount()
    • getCompletedCount

      public Long getCompletedCount()
    • getDropoutCount

      public Long getDropoutCount()
    • getFlowCount

      public Long getFlowCount()
    • 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