Class EditableDataFlowProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.EditableDataFlowProperties
-
- All Implemented Interfaces:
OneOfDataFlowSnapshotAspectsItems,OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2022-10-18T12:49:45.903581Z[Etc/UTC]") public class EditableDataFlowProperties extends java.lang.Object implements OneOfDataFlowSnapshotAspectsItems, OneOfEnvelopedAspectValue, OneOfGenericAspectValueStores editable changes made to properties. This separates changes made from ingestion pipelines and edits in the UI to avoid accidental overwrites of user-provided data by ingestion pipelines
-
-
Constructor Summary
Constructors Constructor Description EditableDataFlowProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableDataFlowPropertiescreated(AuditStamp created)EditableDataFlowPropertiesdeleted(AuditStamp deleted)EditableDataFlowPropertiesdescription(java.lang.String description)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull @Valid AuditStampgetCreated()Get created@Valid AuditStampgetDeleted()Get deletedjava.lang.StringgetDescription()Edited documentation of the data flow@NotNull @Valid AuditStampgetLastModified()Get lastModifiedinthashCode()EditableDataFlowPropertieslastModified(AuditStamp lastModified)voidsetCreated(AuditStamp created)voidsetDeleted(AuditStamp deleted)voidsetDescription(java.lang.String description)voidsetLastModified(AuditStamp lastModified)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
created
public EditableDataFlowProperties created(AuditStamp created)
-
getCreated
@NotNull @Valid public @NotNull @Valid AuditStamp getCreated()
Get created- Returns:
- created
-
setCreated
public void setCreated(AuditStamp created)
-
lastModified
public EditableDataFlowProperties lastModified(AuditStamp lastModified)
-
getLastModified
@NotNull @Valid public @NotNull @Valid AuditStamp getLastModified()
Get lastModified- Returns:
- lastModified
-
setLastModified
public void setLastModified(AuditStamp lastModified)
-
deleted
public EditableDataFlowProperties deleted(AuditStamp deleted)
-
getDeleted
@Valid public @Valid AuditStamp getDeleted()
Get deleted- Returns:
- deleted
-
setDeleted
public void setDeleted(AuditStamp deleted)
-
description
public EditableDataFlowProperties description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Edited documentation of the data flow- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
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
-
-