Class Upstream
- java.lang.Object
-
- io.datahubproject.openapi.generated.Upstream
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class Upstream extends java.lang.ObjectUpstream lineage information about a dataset including the source reporting the lineage
-
-
Constructor Summary
Constructors Constructor Description Upstream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpstreamauditStamp(AuditStamp auditStamp)Upstreamdataset(java.lang.String dataset)booleanequals(java.lang.Object o)@NotNull @Valid AuditStampgetAuditStamp()Get auditStamp@NotNull java.lang.StringgetDataset()The upstream dataset the lineage points to@NotNull @Valid DatasetLineageTypegetType()Get typeinthashCode()voidsetAuditStamp(AuditStamp auditStamp)voidsetDataset(java.lang.String dataset)voidsetType(DatasetLineageType type)java.lang.StringtoString()Upstreamtype(DatasetLineageType type)
-
-
-
Method Detail
-
auditStamp
public Upstream auditStamp(AuditStamp auditStamp)
-
getAuditStamp
@NotNull @Valid public @NotNull @Valid AuditStamp getAuditStamp()
Get auditStamp- Returns:
- auditStamp
-
setAuditStamp
public void setAuditStamp(AuditStamp auditStamp)
-
dataset
public Upstream dataset(java.lang.String dataset)
-
getDataset
@NotNull public @NotNull java.lang.String getDataset()
The upstream dataset the lineage points to- Returns:
- dataset
-
setDataset
public void setDataset(java.lang.String dataset)
-
type
public Upstream type(DatasetLineageType type)
-
getType
@NotNull @Valid public @NotNull @Valid DatasetLineageType getType()
Get type- Returns:
- type
-
setType
public void setType(DatasetLineageType type)
-
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
-
-