Class NotebookContent
- java.lang.Object
-
- io.datahubproject.openapi.generated.NotebookContent
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue
,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-05-10T05:58:32.374063Z[Etc/UTC]") public class NotebookContent extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
Content in a Notebook Note: This is IN BETA version
-
-
Constructor Summary
Constructors Constructor Description NotebookContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotebookContent
addCellsItem(NotebookCell cellsItem)
NotebookContent
cells(java.util.List<NotebookCell> cells)
boolean
equals(java.lang.Object o)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName format@NotNull @Valid java.util.List<NotebookCell>
getCells()
The content of a Notebook which is composed by a list of NotebookCellint
hashCode()
void
setCells(java.util.List<NotebookCell> cells)
java.lang.String
toString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
cells
public NotebookContent cells(java.util.List<NotebookCell> cells)
-
addCellsItem
public NotebookContent addCellsItem(NotebookCell cellsItem)
-
getCells
@NotNull @Valid public @NotNull @Valid java.util.List<NotebookCell> getCells()
The content of a Notebook which is composed by a list of NotebookCell- Returns:
- cells
-
setCells
public void setCells(java.util.List<NotebookCell> cells)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-