Class DataFlowSnapshot
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataFlowSnapshot
-
- All Implemented Interfaces:
OneOfEntityValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class DataFlowSnapshot extends java.lang.Object implements OneOfEntityValueA metadata snapshot for a specific DataFlow entity.
-
-
Constructor Summary
Constructors Constructor Description DataFlowSnapshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFlowSnapshotaddAspectsItem(OneOfDataFlowSnapshotAspectsItems aspectsItem)DataFlowSnapshotaspects(java.util.List<OneOfDataFlowSnapshotAspectsItems> aspects)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.util.List<OneOfDataFlowSnapshotAspectsItems>getAspects()The list of metadata aspects associated with the data flow.@NotNull java.lang.StringgetUrn()URN for the entity the metadata snapshot is associated with.inthashCode()voidsetAspects(java.util.List<OneOfDataFlowSnapshotAspectsItems> aspects)voidsetUrn(java.lang.String urn)java.lang.StringtoString()DataFlowSnapshoturn(java.lang.String urn)
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
urn
public DataFlowSnapshot urn(java.lang.String urn)
-
getUrn
@NotNull public @NotNull java.lang.String getUrn()
URN for the entity the metadata snapshot is associated with.- Returns:
- urn
-
setUrn
public void setUrn(java.lang.String urn)
-
aspects
public DataFlowSnapshot aspects(java.util.List<OneOfDataFlowSnapshotAspectsItems> aspects)
-
addAspectsItem
public DataFlowSnapshot addAspectsItem(OneOfDataFlowSnapshotAspectsItems aspectsItem)
-
getAspects
@NotNull public @NotNull java.util.List<OneOfDataFlowSnapshotAspectsItems> getAspects()
The list of metadata aspects associated with the data flow. Depending on the use case, this can either be all, or a selection, of supported aspects.- Returns:
- aspects
-
setAspects
public void setAspects(java.util.List<OneOfDataFlowSnapshotAspectsItems> aspects)
-
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
-
-