Class AppEventResponseSession

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

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

    • AppEventResponseSession

      public AppEventResponseSession()
    • AppEventResponseSession

      public AppEventResponseSession(Boolean initWithEmptyList)
  • Method Details

    • id

      ID of the app session.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • durationInSeconds

      public AppEventResponseSession durationInSeconds(Integer durationInSeconds)
      Indicates how long the customer has been in the app within this session.
    • getDurationInSeconds

      public Integer getDurationInSeconds()
    • setDurationInSeconds

      public void setDurationInSeconds(Integer durationInSeconds)
    • eventCount

      public AppEventResponseSession eventCount(Integer eventCount)
      The count of all events recorded during this session.
    • getEventCount

      public Integer getEventCount()
    • setEventCount

      public void setEventCount(Integer eventCount)
    • screenviewCount

      public AppEventResponseSession screenviewCount(Integer screenviewCount)
      The count of all screen views recorded during this session.
    • getScreenviewCount

      public Integer getScreenviewCount()
    • setScreenviewCount

      public void setScreenviewCount(Integer screenviewCount)
    • referrer

      public AppEventResponseSession referrer(Referrer referrer)
      The referrer of the first event in the app session.
    • getReferrer

      public Referrer getReferrer()
    • setReferrer

      public void setReferrer(Referrer referrer)
    • getSelfUri

      public String getSelfUri()
    • createdDate

      public AppEventResponseSession createdDate(Date createdDate)
      UTC timestamp of the session's first event, that is when the session starts. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • 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