Class AsyncQueryResponse

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

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

    • AsyncQueryResponse

      public AsyncQueryResponse()
    • AsyncQueryResponse

      public AsyncQueryResponse(Boolean initWithEmptyList)
  • Method Details

    • jobId

      public AsyncQueryResponse jobId(String jobId)
      Unique identifier for the async query execution. Can be used to check the status of the query and retrieve results.
    • getJobId

      public String getJobId()
    • setJobId

      public void setJobId(String jobId)
    • 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