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
Nested ClassesModifier and TypeClassDescriptionstatic classWorkflowMetadata.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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic WorkflowMetadata.WorkflowMetadataBuilder<?, ?> builder()protected booleanbooleanAnnotations 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.inthashCode()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.comandpackage.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 of1is the initial workflow definition, a generation of2is 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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-