Class EditableNotebookProperties

  • All Implemented Interfaces:
    OneOfEnvelopedAspectValue, OneOfGenericAspectValue

    @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-03-16T12:22:36.923004Z[Etc/UTC]")
    public class EditableNotebookProperties
    extends java.lang.Object
    implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
    Stores 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 Detail

      • EditableNotebookProperties

        public EditableNotebookProperties()
    • Method Detail

      • get__type

        @NotNull
        public @NotNull java.lang.String get__type()
        Name of this subclass in SimpleClassName format
        Returns:
        __type
      • getCreated

        @NotNull
        @Valid
        public @NotNull @Valid AuditStamp getCreated()
        Get created
        Returns:
        created
      • setCreated

        public void setCreated​(AuditStamp created)
      • getLastModified

        @NotNull
        @Valid
        public @NotNull @Valid AuditStamp getLastModified()
        Get lastModified
        Returns:
        lastModified
      • setLastModified

        public void setLastModified​(AuditStamp lastModified)
      • getDeleted

        @Valid
        public @Valid AuditStamp getDeleted()
        Get deleted
        Returns:
        deleted
      • setDeleted

        public void setDeleted​(AuditStamp deleted)
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object