@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class NotebookCell
extends java.lang.Object
| Constructor and Description |
|---|
NotebookCell() |
| Modifier and Type | Method and Description |
|---|---|
NotebookCell |
chartCell(ChartCell chartCell) |
boolean |
equals(java.lang.Object o) |
@Valid ChartCell |
getChartCell()
Get chartCell
|
@Valid QueryCell |
getQueryCell()
Get queryCell
|
@Valid TextCell |
getTextCell()
Get textCell
|
@NotNull @Valid NotebookCellType |
getType()
Get type
|
int |
hashCode() |
NotebookCell |
queryCell(QueryCell queryCell) |
void |
setChartCell(ChartCell chartCell) |
void |
setQueryCell(QueryCell queryCell) |
void |
setTextCell(TextCell textCell) |
void |
setType(NotebookCellType type) |
NotebookCell |
textCell(TextCell textCell) |
java.lang.String |
toString() |
NotebookCell |
type(NotebookCellType type) |
public NotebookCell textCell(TextCell textCell)
@Valid public @Valid TextCell getTextCell()
public void setTextCell(TextCell textCell)
public NotebookCell queryCell(QueryCell queryCell)
@Valid public @Valid QueryCell getQueryCell()
public void setQueryCell(QueryCell queryCell)
public NotebookCell chartCell(ChartCell chartCell)
@Valid public @Valid ChartCell getChartCell()
public void setChartCell(ChartCell chartCell)
public NotebookCell type(NotebookCellType type)
@NotNull @Valid public @NotNull @Valid NotebookCellType getType()
public void setType(NotebookCellType type)
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