Package com.mypurecloud.sdk.v2.model
Class WebEventResponseSession
java.lang.Object
com.mypurecloud.sdk.v2.model.WebEventResponseSession
- All Implemented Interfaces:
Serializable
WebEventResponseSession
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Date createdDate) Date of the session's first event, that is when the session starts.durationInSeconds(Integer durationInSeconds) Indicates how long the customer has been on the site within this session.booleaneventCount(Integer eventCount) The count of all events recorded during this session.getId()inthashCode()pageviewCount(Integer pageviewCount) The count of all pageviews performed during this session.The referrer of the first event in the web session.voidsetCreatedDate(Date createdDate) voidsetDurationInSeconds(Integer durationInSeconds) voidsetEventCount(Integer eventCount) voidsetPageviewCount(Integer pageviewCount) voidsetReferrer(Referrer referrer) toString()
-
Constructor Details
-
WebEventResponseSession
public WebEventResponseSession() -
WebEventResponseSession
-
-
Method Details
-
getId
-
durationInSeconds
Indicates how long the customer has been on the site within this session. -
getDurationInSeconds
-
setDurationInSeconds
-
eventCount
The count of all events recorded during this session. -
getEventCount
-
setEventCount
-
pageviewCount
The count of all pageviews performed during this session. -
getPageviewCount
-
setPageviewCount
-
referrer
The referrer of the first event in the web session. -
getReferrer
-
setReferrer
-
getSelfUri
-
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
-
setCreatedDate
-
equals
-
hashCode
public int hashCode() -
toString
-