Package com.mypurecloud.sdk.v2.model
Class OutcomeAttributionResultsResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.OutcomeAttributionResultsResponse
- All Implemented Interfaces:
Serializable
OutcomeAttributionResultsResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of the Outcome Attribution entity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociatedValue(BigDecimal associatedValue) The total value associated with the customer's outcome.createdDate(Date createdDate) Date outcome was achieved.booleanexternalContactId(String externalContactId) The external contact ID of the customer who achieved the outcome.getIndex()getState()inthashCode()The index/position of the OutcomeAttribution in the original POST request.Additional information on the state of the Outcome Attribution entity.ID of Outcome.voidsetAssociatedValue(BigDecimal associatedValue) voidsetCreatedDate(Date createdDate) voidsetExternalContactId(String externalContactId) voidvoidsetMessage(String message) voidsetOutcomeId(String outcomeId) voidvoidsetTouchpoints(List<TouchpointResponse> touchpoints) State of the Outcome Attribution entity.toString()touchpoints(List<TouchpointResponse> touchpoints) List of interactions that led to this outcome being achieved.
-
Constructor Details
-
OutcomeAttributionResultsResponse
public OutcomeAttributionResultsResponse() -
OutcomeAttributionResultsResponse
-
-
Method Details
-
outcomeId
ID of Outcome. -
getOutcomeId
-
setOutcomeId
-
index
The index/position of the OutcomeAttribution in the original POST request. -
getIndex
-
setIndex
-
externalContactId
The external contact ID of the customer who achieved the outcome. -
getExternalContactId
-
setExternalContactId
-
associatedValue
The total value associated with the customer's outcome. -
getAssociatedValue
-
setAssociatedValue
-
state
State of the Outcome Attribution entity. -
getState
-
setState
-
message
Additional information on the state of the Outcome Attribution entity. -
getMessage
-
setMessage
-
touchpoints
List of interactions that led to this outcome being achieved. -
getTouchpoints
-
setTouchpoints
-
createdDate
Date outcome was achieved. 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
-