@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class NotebookContent
extends java.lang.Object
implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
| Constructor and Description |
|---|
NotebookContent() |
| Modifier and Type | Method and 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 NotebookCell
|
int |
hashCode() |
void |
setCells(java.util.List<NotebookCell> cells) |
java.lang.String |
toString() |
@NotNull public @NotNull java.lang.String get__type()
public NotebookContent cells(java.util.List<NotebookCell> cells)
public NotebookContent addCellsItem(NotebookCell cellsItem)
@NotNull @Valid public @NotNull @Valid java.util.List<NotebookCell> getCells()
public void setCells(java.util.List<NotebookCell> cells)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object