Class ExecutionDataEntity

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

public class ExecutionDataEntity extends Object implements Serializable
Represents an individual result of an execution data lookup
See Also:
  • Constructor Details

    • ExecutionDataEntity

      public ExecutionDataEntity()
    • ExecutionDataEntity

      public ExecutionDataEntity(Boolean initWithEmptyList)
  • Method Details

    • id

      public ExecutionDataEntity id(String id)
      The id of the execution requested
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • downloadUri

      public ExecutionDataEntity downloadUri(String downloadUri)
      A downloadable link to the execution data file.
    • getDownloadUri

      public String getDownloadUri()
    • setDownloadUri

      public void setDownloadUri(String downloadUri)
    • failed

      public ExecutionDataEntity failed(Boolean failed)
      If the retrieval failed (not found, no permission, etc;), this will be set true.
    • getFailed

      public Boolean getFailed()
    • setFailed

      public void setFailed(Boolean failed)
    • statusCode

      public ExecutionDataEntity statusCode(String statusCode)
      This will contain the http status code for the failure
    • getStatusCode

      public String getStatusCode()
    • setStatusCode

      public void setStatusCode(String statusCode)
    • 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