Package com.mypurecloud.sdk.v2.model
Class ShiftTradeMatchTradeJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeMatchTradeJobResponse
- All Implemented Interfaces:
Serializable
ShiftTradeMatchTradeJobResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the jobstatic enumThe type of the job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The URL where completed results might be available for download in case the result body for that job type is too largebooleanAny error information, only set if the status == 'Error'getError()getId()getType()inthashCode()The globally unique identifier for the object.matchTradeResult(EvaluatedShiftTradeResponseItem matchTradeResult) Results for MatchTrade job typevoidsetDownloadUrl(String downloadUrl) voidvoidvoidsetMatchTradeResult(EvaluatedShiftTradeResponseItem matchTradeResult) voidvoidThe status of the jobtoString()The type of the job
-
Constructor Details
-
ShiftTradeMatchTradeJobResponse
public ShiftTradeMatchTradeJobResponse() -
ShiftTradeMatchTradeJobResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
status
The status of the job -
getStatus
-
setStatus
-
type
The type of the job -
getType
-
setType
-
downloadUrl
The URL where completed results might be available for download in case the result body for that job type is too large -
getDownloadUrl
-
setDownloadUrl
-
error
Any error information, only set if the status == 'Error' -
getError
-
setError
-
matchTradeResult
public ShiftTradeMatchTradeJobResponse matchTradeResult(EvaluatedShiftTradeResponseItem matchTradeResult) Results for MatchTrade job type -
getMatchTradeResult
-
setMatchTradeResult
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-