Package com.mypurecloud.sdk.v2.model
Class ShiftTradeEvaluateTradesBuJobResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeEvaluateTradesBuJobResponse
- All Implemented Interfaces:
Serializable
ShiftTradeEvaluateTradesBuJobResponse
- 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'evaluateTradesResult(EvaluateShiftTradeListJobResponseItem evaluateTradesResult) Results for EvaluateTrades job typegetError()getId()getType()inthashCode()The globally unique identifier for the object.voidsetDownloadUrl(String downloadUrl) voidvoidsetEvaluateTradesResult(EvaluateShiftTradeListJobResponseItem evaluateTradesResult) voidvoidvoidThe status of the jobtoString()The type of the job
-
Constructor Details
-
ShiftTradeEvaluateTradesBuJobResponse
public ShiftTradeEvaluateTradesBuJobResponse() -
ShiftTradeEvaluateTradesBuJobResponse
-
-
Method Details
-
id
The globally unique identifier for the object. -
getId
-
setId
-
status
public ShiftTradeEvaluateTradesBuJobResponse status(ShiftTradeEvaluateTradesBuJobResponse.StatusEnum status) The status of the job -
getStatus
-
setStatus
-
type
public ShiftTradeEvaluateTradesBuJobResponse type(ShiftTradeEvaluateTradesBuJobResponse.TypeEnum 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
-
evaluateTradesResult
public ShiftTradeEvaluateTradesBuJobResponse evaluateTradesResult(EvaluateShiftTradeListJobResponseItem evaluateTradesResult) Results for EvaluateTrades job type -
getEvaluateTradesResult
-
setEvaluateTradesResult
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-