Class WebEventResponseSession

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

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

    • WebEventResponseSession

      public WebEventResponseSession()
    • WebEventResponseSession

      public WebEventResponseSession(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • durationInSeconds

      public WebEventResponseSession durationInSeconds(Integer durationInSeconds)
      Indicates how long the customer has been on the site within this session.
    • getDurationInSeconds

      public Integer getDurationInSeconds()
    • setDurationInSeconds

      public void setDurationInSeconds(Integer durationInSeconds)
    • eventCount

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

      public Integer getEventCount()
    • setEventCount

      public void setEventCount(Integer eventCount)
    • pageviewCount

      public WebEventResponseSession pageviewCount(Integer pageviewCount)
      The count of all pageviews performed during this session.
    • getPageviewCount

      public Integer getPageviewCount()
    • setPageviewCount

      public void setPageviewCount(Integer pageviewCount)
    • referrer

      public WebEventResponseSession referrer(Referrer referrer)
      The referrer of the first event in the web session.
    • getReferrer

      public Referrer getReferrer()
    • setReferrer

      public void setReferrer(Referrer referrer)
    • getSelfUri

      public String getSelfUri()
    • createdDate

      public WebEventResponseSession createdDate(Date createdDate)
      Date 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