Package com.mypurecloud.sdk.v2.model
Class ExecutionDataEntity
java.lang.Object
com.mypurecloud.sdk.v2.model.ExecutionDataEntity
- All Implemented Interfaces:
Serializable
Represents an individual result of an execution data lookup
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondownloadUri(String downloadUri) A downloadable link to the execution data file.booleanIf the retrieval failed (not found, no permission, etc;), this will be set true.getId()inthashCode()The id of the execution requestedvoidsetDownloadUri(String downloadUri) voidvoidvoidsetStatusCode(String statusCode) statusCode(String statusCode) This will contain the http status code for the failuretoString()
-
Constructor Details
-
ExecutionDataEntity
public ExecutionDataEntity() -
ExecutionDataEntity
-
-
Method Details
-
id
The id of the execution requested -
getId
-
setId
-
downloadUri
A downloadable link to the execution data file. -
getDownloadUri
-
setDownloadUri
-
failed
If the retrieval failed (not found, no permission, etc;), this will be set true. -
getFailed
-
setFailed
-
statusCode
This will contain the http status code for the failure -
getStatusCode
-
setStatusCode
-
equals
-
hashCode
public int hashCode() -
toString
-