Package com.atlan.model.workflow
Class WorkflowRunResponse
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.net.ApiResource
com.atlan.model.workflow.WorkflowResponse
com.atlan.model.workflow.WorkflowRunResponse
- All Implemented Interfaces:
AtlanResponseInterface
,Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.net.ApiResource
ApiResource.RequestMethod
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.net.ApiResource
CHARSET
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
protected WorkflowSearchResult
getRunDetails
(String name) Retrieve the workflow run details.int
hashCode()
toString()
Methods inherited from class com.atlan.model.workflow.WorkflowResponse
getClient, getMetadata, getPayload, getSpec, monitorStatus, monitorStatus, monitorStatus, monitorStatus, setClient, stop
Methods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeId
Methods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJson
-
Constructor Details
-
WorkflowRunResponse
public WorkflowRunResponse()
-
-
Method Details
-
getRunDetails
Retrieve the workflow run details.- Overrides:
getRunDetails
in classWorkflowResponse
- Parameters:
name
- of the specific workflow run- Returns:
- the details of the workflow run
- Throws:
AtlanException
- on any API errors searching for the workflow run
-
getStatus
-
equals
- Overrides:
equals
in classWorkflowResponse
-
canEqual
- Overrides:
canEqual
in classWorkflowResponse
-
hashCode
public int hashCode()- Overrides:
hashCode
in classWorkflowResponse
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classWorkflowResponse
-