Class BatchDownloadJobResult

java.lang.Object
com.mypurecloud.sdk.v2.model.BatchDownloadJobResult
All Implemented Interfaces:
Serializable

public class BatchDownloadJobResult extends Object implements Serializable
BatchDownloadJobResult
See Also:
  • Constructor Details

    • BatchDownloadJobResult

      public BatchDownloadJobResult()
    • BatchDownloadJobResult

      public BatchDownloadJobResult(Boolean initWithEmptyList)
  • Method Details

    • conversationId

      public BatchDownloadJobResult conversationId(String conversationId)
      Conversation id of the result
    • getConversationId

      public String getConversationId()
    • setConversationId

      public void setConversationId(String conversationId)
    • recordingId

      public BatchDownloadJobResult recordingId(String recordingId)
      Recording id of the result
    • getRecordingId

      public String getRecordingId()
    • setRecordingId

      public void setRecordingId(String recordingId)
    • resultUrl

      public BatchDownloadJobResult resultUrl(String resultUrl)
      URL of results... HTTP GET from this location to download results for this item
    • getResultUrl

      public String getResultUrl()
    • setResultUrl

      public void setResultUrl(String resultUrl)
    • contentType

      public BatchDownloadJobResult contentType(String contentType)
      Content type of this result
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • errorMsg

      public BatchDownloadJobResult errorMsg(String errorMsg)
      An error message, in case of failed processing will indicate the cause of the failure
    • getErrorMsg

      public String getErrorMsg()
    • setErrorMsg

      public void setErrorMsg(String errorMsg)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object