Package com.atlan.model.workflow
Class WorkflowMetadata
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.WorkflowMetadata
- All Implemented Interfaces:
Serializable
Metadata that describes a workflow.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
WorkflowMetadata.WorkflowMetadataBuilder<C extends WorkflowMetadata,
B extends WorkflowMetadata.WorkflowMetadataBuilder<C, B>> 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
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowMetadata.WorkflowMetadataBuilder<?,
?> builder()
protected boolean
boolean
Annotations that describe the workflow.Time at which the workflow was created, as a formatted string.TBCIndication of the version of this workflow.Labels that describe the workflow.TBC *getName()
Name of the workflow.Kubernetes namespace in which the workflow is defined.TBCgetUid()
Unique identifier (GUID) of the workflow.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
WorkflowMetadata
-
-
Method Details
-
builder
-
toBuilder
-
getLabels
Labels that describe the workflow. These are usually a combination of keys that start withorchestration.atlan.com
,package.argoproj.io
, andworkflows.argoproj.io
. -
getAnnotations
Annotations that describe the workflow. These are usually a combination of keys that start withorchestration.atlan.com
andpackage.argoproj.io
. -
getName
Name of the workflow. -
getNamespace
Kubernetes namespace in which the workflow is defined. -
getUid
Unique identifier (GUID) of the workflow. -
getResourceVersion
TBC -
getGenerateName
TBC -
getGeneration
Indication of the version of this workflow. Each modification to the workflow will increment the generation, such that a generation of1
is the initial workflow definition, a generation of2
is the first time the workflow's configuration has been modified, and so on. -
getCreationTimestamp
Time at which the workflow was created, as a formatted string. -
getManagedFields
TBC * -
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
-