Package com.mypurecloud.sdk.v2.model
Class AsyncQueryStatus
java.lang.Object
com.mypurecloud.sdk.v2.model.AsyncQueryStatus
- All Implemented Interfaces:
Serializable
AsyncQueryStatus
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current state of the asynchronous query -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompletionDate(Date completionDate) The time at which the query completed.booleanerrorMessage(String errorMessage) The error associated with the current query, if the state is FAILEDexpirationDate(Date expirationDate) The time at which results for this query will expire.getState()inthashCode()voidsetCompletionDate(Date completionDate) voidsetErrorMessage(String errorMessage) voidsetExpirationDate(Date expirationDate) voidvoidsetSubmissionDate(Date submissionDate) state(AsyncQueryStatus.StateEnum state) The current state of the asynchronous querysubmissionDate(Date submissionDate) The time at which the query was submitted.toString()
-
Constructor Details
-
AsyncQueryStatus
public AsyncQueryStatus() -
AsyncQueryStatus
-
-
Method Details
-
state
The current state of the asynchronous query -
getState
-
setState
-
errorMessage
The error associated with the current query, if the state is FAILED -
getErrorMessage
-
setErrorMessage
-
expirationDate
The time at which results for this query will expire. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getExpirationDate
-
setExpirationDate
-
submissionDate
The time at which the query was submitted. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getSubmissionDate
-
setSubmissionDate
-
completionDate
The time at which the query completed. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCompletionDate
-
setCompletionDate
-
equals
-
hashCode
public int hashCode() -
toString
-