Class DataFlowKey
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataFlowKey
-
- All Implemented Interfaces:
OneOfDataFlowSnapshotAspectsItems,OneOfEnvelopedAspectValue,OneOfGenericAspectValue,OneOfVersionedAspectAspect
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class DataFlowKey extends java.lang.Object implements OneOfDataFlowSnapshotAspectsItems, OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfVersionedAspectAspectKey for a Data Flow
-
-
Constructor Summary
Constructors Constructor Description DataFlowKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFlowKeycluster(java.lang.String cluster)booleanequals(java.lang.Object o)DataFlowKeyflowId(java.lang.String flowId)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.lang.StringgetCluster()Cluster where the flow is executed@NotNull java.lang.StringgetFlowId()Unique Identifier of the data flow@NotNull java.lang.StringgetOrchestrator()Workflow manager like azkaban, airflow which orchestrates the flowinthashCode()DataFlowKeyorchestrator(java.lang.String orchestrator)voidsetCluster(java.lang.String cluster)voidsetFlowId(java.lang.String flowId)voidsetOrchestrator(java.lang.String orchestrator)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
orchestrator
public DataFlowKey orchestrator(java.lang.String orchestrator)
-
getOrchestrator
@NotNull public @NotNull java.lang.String getOrchestrator()
Workflow manager like azkaban, airflow which orchestrates the flow- Returns:
- orchestrator
-
setOrchestrator
public void setOrchestrator(java.lang.String orchestrator)
-
flowId
public DataFlowKey flowId(java.lang.String flowId)
-
getFlowId
@NotNull public @NotNull java.lang.String getFlowId()
Unique Identifier of the data flow- Returns:
- flowId
-
setFlowId
public void setFlowId(java.lang.String flowId)
-
cluster
public DataFlowKey cluster(java.lang.String cluster)
-
getCluster
@NotNull public @NotNull java.lang.String getCluster()
Cluster where the flow is executed- Returns:
- cluster
-
setCluster
public void setCluster(java.lang.String cluster)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-