Package com.mypurecloud.sdk.v2.model
Class ShiftTradeAddTradeJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeAddTradeJobResponse
- All Implemented Interfaces:
Serializable
ShiftTradeAddTradeJobResponse
- 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 TypeMethodDescriptionaddTradeResult(ShiftTradeResponseItem addTradeResult) Results for AddTrade job typedownloadUrl(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.voidsetAddTradeResult(ShiftTradeResponseItem addTradeResult) voidsetDownloadUrl(String downloadUrl) voidvoidvoidvoidThe status of the jobtoString()The type of the job
-
Constructor Details
-
ShiftTradeAddTradeJobResponse
public ShiftTradeAddTradeJobResponse() -
ShiftTradeAddTradeJobResponse
-
-
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
-
addTradeResult
Results for AddTrade job type -
getAddTradeResult
-
setAddTradeResult
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-