Package com.atlan.model.workflow
Class WorkflowSearchResultDetail
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.WorkflowSearchResultDetail
- All Implemented Interfaces:
Serializable
Definition of a workflow in Atlan.
- See Also:
-
Nested Class Summary
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.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
WorkflowSearchResultDetail
public WorkflowSearchResultDetail()
-
-
Method Details
-
getKind
Type of workflow. -
getApiVersion
Version of the kubernetes object. -
getMetadata
Metadata that describes the workflow. -
getSpec
Definition of the workflow. -
getStatus
Status of the workflow (if run). -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-