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.RequestMethodNested 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
CHARSETFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanprotected WorkflowSearchResultgetRunDetails(String name) Retrieve the workflow run details.inthashCode()toString()Methods inherited from class com.atlan.model.workflow.WorkflowResponse
getClient, getMetadata, getPayload, getSpec, monitorStatus, monitorStatus, monitorStatus, monitorStatus, setClient, stopMethods inherited from class com.atlan.net.ApiResource
checkNullTypedParams, createQueryString, createQueryString, getLastResponse, getRawJsonObject, injectTraceId, request, request, request, request, request, request, request, requestPlainText, requestPlainText, setLastResponse, urlEncode, urlEncodeIdMethods inherited from class com.atlan.model.core.AtlanObject
setRawJsonObject, toJson
-
Constructor Details
-
WorkflowRunResponse
public WorkflowRunResponse()
-
-
Method Details
-
getRunDetails
Retrieve the workflow run details.- Overrides:
getRunDetailsin 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:
equalsin classWorkflowResponse
-
canEqual
- Overrides:
canEqualin classWorkflowResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classWorkflowResponse
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classWorkflowResponse
-