Package com.mypurecloud.sdk.v2.model
Class AppEventResponseSession
java.lang.Object
com.mypurecloud.sdk.v2.model.AppEventResponseSession
- All Implemented Interfaces:
Serializable
AppEventResponseSession
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedDate(Date createdDate) UTC timestamp of the session's first event, that is when the session starts.durationInSeconds(Integer durationInSeconds) Indicates how long the customer has been in the app within this session.booleaneventCount(Integer eventCount) The count of all events recorded during this session.getId()inthashCode()ID of the app session.The referrer of the first event in the app session.screenviewCount(Integer screenviewCount) The count of all screen views recorded during this session.voidsetCreatedDate(Date createdDate) voidsetDurationInSeconds(Integer durationInSeconds) voidsetEventCount(Integer eventCount) voidvoidsetReferrer(Referrer referrer) voidsetScreenviewCount(Integer screenviewCount) toString()
-
Constructor Details
-
AppEventResponseSession
public AppEventResponseSession() -
AppEventResponseSession
-
-
Method Details
-
id
ID of the app session. -
getId
-
setId
-
durationInSeconds
Indicates how long the customer has been in the app within this session. -
getDurationInSeconds
-
setDurationInSeconds
-
eventCount
The count of all events recorded during this session. -
getEventCount
-
setEventCount
-
screenviewCount
The count of all screen views recorded during this session. -
getScreenviewCount
-
setScreenviewCount
-
referrer
The referrer of the first event in the app session. -
getReferrer
-
setReferrer
-
getSelfUri
-
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
-
setCreatedDate
-
equals
-
hashCode
public int hashCode() -
toString
-