Class InstitutionalMemory
- java.lang.Object
-
- io.datahubproject.openapi.generated.InstitutionalMemory
-
- All Implemented Interfaces:
OneOfChartSnapshotAspectsItems,OneOfDashboardSnapshotAspectsItems,OneOfDataFlowSnapshotAspectsItems,OneOfDataJobSnapshotAspectsItems,OneOfDatasetSnapshotAspectsItems,OneOfEnvelopedAspectValue,OneOfGenericAspectValue,OneOfMLFeatureSnapshotAspectsItems,OneOfMLFeatureTableSnapshotAspectsItems,OneOfMLModelSnapshotAspectsItems,OneOfMLPrimaryKeySnapshotAspectsItems,OneOfVersionedAspectAspect
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class InstitutionalMemory extends java.lang.Object implements OneOfChartSnapshotAspectsItems, OneOfDashboardSnapshotAspectsItems, OneOfDataFlowSnapshotAspectsItems, OneOfDataJobSnapshotAspectsItems, OneOfDatasetSnapshotAspectsItems, OneOfEnvelopedAspectValue, OneOfGenericAspectValue, OneOfMLFeatureSnapshotAspectsItems, OneOfMLFeatureTableSnapshotAspectsItems, OneOfMLModelSnapshotAspectsItems, OneOfMLPrimaryKeySnapshotAspectsItems, OneOfVersionedAspectAspectInstitutional memory of an entity. This is a way to link to relevant documentation and provide description of the documentation. Institutional or tribal knowledge is very important for users to leverage the entity.
-
-
Constructor Summary
Constructors Constructor Description InstitutionalMemory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstitutionalMemoryaddElementsItem(InstitutionalMemoryMetadata elementsItem)InstitutionalMemoryelements(java.util.List<InstitutionalMemoryMetadata> elements)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull @Valid java.util.List<InstitutionalMemoryMetadata>getElements()List of records that represent institutional memory of an entity.inthashCode()voidsetElements(java.util.List<InstitutionalMemoryMetadata> elements)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
elements
public InstitutionalMemory elements(java.util.List<InstitutionalMemoryMetadata> elements)
-
addElementsItem
public InstitutionalMemory addElementsItem(InstitutionalMemoryMetadata elementsItem)
-
getElements
@NotNull @Valid public @NotNull @Valid java.util.List<InstitutionalMemoryMetadata> getElements()
List of records that represent institutional memory of an entity. Each record consists of a link, description, creator and timestamps associated with that record.- Returns:
- elements
-
setElements
public void setElements(java.util.List<InstitutionalMemoryMetadata> elements)
-
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
-
-