Class ExecutionRequestSource
- java.lang.Object
-
- io.datahubproject.openapi.generated.ExecutionRequestSource
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class ExecutionRequestSource extends java.lang.ObjectExecutionRequestSource
-
-
Constructor Summary
Constructors Constructor Description ExecutionRequestSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetIngestionSource()The urn of the ingestion source associated with the ingestion request.@NotNull java.lang.StringgetType()The type of the execution request source, e.g.inthashCode()ExecutionRequestSourceingestionSource(java.lang.String ingestionSource)voidsetIngestionSource(java.lang.String ingestionSource)voidsetType(java.lang.String type)java.lang.StringtoString()ExecutionRequestSourcetype(java.lang.String type)
-
-
-
Method Detail
-
type
public ExecutionRequestSource type(java.lang.String type)
-
getType
@NotNull public @NotNull java.lang.String getType()
The type of the execution request source, e.g. INGESTION_SOURCE- Returns:
- type
-
setType
public void setType(java.lang.String type)
-
ingestionSource
public ExecutionRequestSource ingestionSource(java.lang.String ingestionSource)
-
getIngestionSource
public java.lang.String getIngestionSource()
The urn of the ingestion source associated with the ingestion request. Present if type is INGESTION_SOURCE- Returns:
- ingestionSource
-
setIngestionSource
public void setIngestionSource(java.lang.String ingestionSource)
-
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
-
-