Package com.mypurecloud.sdk.v2.model
Class BatchDownloadJobResult
java.lang.Object
com.mypurecloud.sdk.v2.model.BatchDownloadJobResult
- All Implemented Interfaces:
Serializable
BatchDownloadJobResult
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentType(String contentType) Content type of this resultconversationId(String conversationId) Conversation id of the resultbooleanAn error message, in case of failed processing will indicate the cause of the failureinthashCode()recordingId(String recordingId) Recording id of the resultURL of results...voidsetContentType(String contentType) voidsetConversationId(String conversationId) voidsetErrorMsg(String errorMsg) voidsetRecordingId(String recordingId) voidsetResultUrl(String resultUrl) toString()
-
Constructor Details
-
BatchDownloadJobResult
public BatchDownloadJobResult() -
BatchDownloadJobResult
-
-
Method Details
-
conversationId
Conversation id of the result -
getConversationId
-
setConversationId
-
recordingId
Recording id of the result -
getRecordingId
-
setRecordingId
-
resultUrl
URL of results... HTTP GET from this location to download results for this item -
getResultUrl
-
setResultUrl
-
contentType
Content type of this result -
getContentType
-
setContentType
-
errorMsg
An error message, in case of failed processing will indicate the cause of the failure -
getErrorMsg
-
setErrorMsg
-
equals
-
hashCode
public int hashCode() -
toString
-