Class EditableNotebookProperties
- java.lang.Object
-
- io.datahubproject.openapi.generated.EditableNotebookProperties
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class EditableNotebookProperties extends java.lang.Object implements 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 Note: This is IN BETA version
-
-
Constructor Summary
Constructors Constructor Description EditableNotebookProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EditableNotebookPropertiescreated(AuditStamp created)EditableNotebookPropertiesdeleted(AuditStamp deleted)EditableNotebookPropertiesdescription(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 Notebook@NotNull @Valid AuditStampgetLastModified()Get lastModifiedinthashCode()EditableNotebookPropertieslastModified(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 EditableNotebookProperties created(AuditStamp created)
-
getCreated
@NotNull @Valid public @NotNull @Valid AuditStamp getCreated()
Get created- Returns:
- created
-
setCreated
public void setCreated(AuditStamp created)
-
lastModified
public EditableNotebookProperties lastModified(AuditStamp lastModified)
-
getLastModified
@NotNull @Valid public @NotNull @Valid AuditStamp getLastModified()
Get lastModified- Returns:
- lastModified
-
setLastModified
public void setLastModified(AuditStamp lastModified)
-
deleted
public EditableNotebookProperties deleted(AuditStamp deleted)
-
getDeleted
@Valid public @Valid AuditStamp getDeleted()
Get deleted- Returns:
- deleted
-
setDeleted
public void setDeleted(AuditStamp deleted)
-
description
public EditableNotebookProperties description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
Edited documentation of the Notebook- 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
-
-