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="2023-01-10T23:10:21.701017Z[Etc/UTC]") public class DataFlowKey extends java.lang.Object implements OneOfDataFlowSnapshotAspectsItems, OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfVersionedAspectAspect
Key for a Data Flow
-
-
Constructor Summary
Constructors Constructor Description DataFlowKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFlowKey
cluster(java.lang.String cluster)
boolean
equals(java.lang.Object o)
DataFlowKey
flowId(java.lang.String flowId)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName format@NotNull java.lang.String
getCluster()
Cluster where the flow is executed@NotNull java.lang.String
getFlowId()
Unique Identifier of the data flow@NotNull java.lang.String
getOrchestrator()
Workflow manager like azkaban, airflow which orchestrates the flowint
hashCode()
DataFlowKey
orchestrator(java.lang.String orchestrator)
void
setCluster(java.lang.String cluster)
void
setFlowId(java.lang.String flowId)
void
setOrchestrator(java.lang.String orchestrator)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-