Package com.mypurecloud.sdk.v2.model
Class WebActionEvent
java.lang.Object
com.mypurecloud.sdk.v2.model.WebActionEvent
- All Implemented Interfaces:
Serializable
WebActionEvent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction(EventAction action) The action that triggered the event.actionMap(ActionEventActionMap actionMap) The action map that triggered the action.actionTarget(AddressableEntityRef actionTarget) Deprecated.Customer's browser.Customer's device.booleanCode of the error returned when the action fails.errorMessage(String errorMessage) Message of the error returned when the action fails.geolocation(JourneyGeolocation geolocation) Customer's geolocation.inthashCode()Visitor's IP address.ipOrganization(String ipOrganization) Visitor's IP-based organization or ISP name.mktCampaign(JourneyCampaign mktCampaign) Marketing / traffic source information.voidsetAction(EventAction action) voidsetActionMap(ActionEventActionMap actionMap) voidsetActionTarget(AddressableEntityRef actionTarget) voidsetBrowser(Browser browser) voidvoidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetGeolocation(JourneyGeolocation geolocation) voidsetIpAddress(String ipAddress) voidsetIpOrganization(String ipOrganization) voidsetMktCampaign(JourneyCampaign mktCampaign) voidsetTimeToDisposition(Long timeToDisposition) voidsetUserAgentString(String userAgentString) voidsetVisitReferrer(Referrer visitReferrer) timeToDisposition(Long timeToDisposition) Milliseconds elapsed until the action is disposed.toString()userAgentString(String userAgentString) HTTP User-Agent string (see https://tools.ietf.org/html/rfc1945#section-10.15).visitReferrer(Referrer visitReferrer) Visit's referrer.
-
Constructor Details
-
WebActionEvent
public WebActionEvent() -
WebActionEvent
-
-
Method Details
-
action
The action that triggered the event. -
getAction
-
setAction
-
actionMap
The action map that triggered the action. -
getActionMap
-
setActionMap
-
actionTarget
Deprecated. The target for engagement actions. -
getActionTarget
-
setActionTarget
-
timeToDisposition
Milliseconds elapsed until the action is disposed. -
getTimeToDisposition
-
setTimeToDisposition
-
errorCode
Code of the error returned when the action fails. -
getErrorCode
-
setErrorCode
-
errorMessage
Message of the error returned when the action fails. -
getErrorMessage
-
setErrorMessage
-
userAgentString
HTTP User-Agent string (see https://tools.ietf.org/html/rfc1945#section-10.15). -
getUserAgentString
-
setUserAgentString
-
browser
Customer's browser. -
getBrowser
-
setBrowser
-
device
Customer's device. -
getDevice
-
setDevice
-
geolocation
Customer's geolocation. -
getGeolocation
-
setGeolocation
-
ipAddress
Visitor's IP address. -
getIpAddress
-
setIpAddress
-
ipOrganization
Visitor's IP-based organization or ISP name. -
getIpOrganization
-
setIpOrganization
-
mktCampaign
Marketing / traffic source information. -
getMktCampaign
-
setMktCampaign
-
visitReferrer
Visit's referrer. -
getVisitReferrer
-
setVisitReferrer
-
equals
-
hashCode
public int hashCode() -
toString
-