Class MLFeatureTableSnapshot
- java.lang.Object
-
- io.datahubproject.openapi.generated.MLFeatureTableSnapshot
-
- All Implemented Interfaces:
OneOfEntityValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class MLFeatureTableSnapshot extends java.lang.Object implements OneOfEntityValueMLFeatureTableSnapshot
-
-
Constructor Summary
Constructors Constructor Description MLFeatureTableSnapshot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLFeatureTableSnapshotaddAspectsItem(OneOfMLFeatureTableSnapshotAspectsItems aspectsItem)MLFeatureTableSnapshotaspects(java.util.List<OneOfMLFeatureTableSnapshotAspectsItems> aspects)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.util.List<OneOfMLFeatureTableSnapshotAspectsItems>getAspects()The list of metadata aspects associated with the MLFeatureTable.@NotNull java.lang.StringgetUrn()URN for the entity the metadata snapshot is associated with.inthashCode()voidsetAspects(java.util.List<OneOfMLFeatureTableSnapshotAspectsItems> aspects)voidsetUrn(java.lang.String urn)java.lang.StringtoString()MLFeatureTableSnapshoturn(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 MLFeatureTableSnapshot 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 MLFeatureTableSnapshot aspects(java.util.List<OneOfMLFeatureTableSnapshotAspectsItems> aspects)
-
addAspectsItem
public MLFeatureTableSnapshot addAspectsItem(OneOfMLFeatureTableSnapshotAspectsItems aspectsItem)
-
getAspects
@NotNull public @NotNull java.util.List<OneOfMLFeatureTableSnapshotAspectsItems> getAspects()
The list of metadata aspects associated with the MLFeatureTable. 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<OneOfMLFeatureTableSnapshotAspectsItems> 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
-
-