@Validated
@Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
date="2022-09-21T05:34:26.783Z[Etc/UTC]")
public class TextCell
extends java.lang.Object
| Constructor and Description |
|---|
TextCell() |
| Modifier and Type | Method and Description |
|---|---|
TextCell |
cellId(java.lang.String cellId) |
TextCell |
cellTitle(java.lang.String cellTitle) |
TextCell |
changeAuditStamps(ChangeAuditStamps changeAuditStamps) |
boolean |
equals(java.lang.Object o) |
@NotNull java.lang.String |
getCellId()
Unique id for the cell.
|
java.lang.String |
getCellTitle()
Title of the cell
|
@NotNull @Valid ChangeAuditStamps |
getChangeAuditStamps()
Get changeAuditStamps
|
@NotNull java.lang.String |
getText()
The actual text in a TextCell in a Notebook
|
int |
hashCode() |
void |
setCellId(java.lang.String cellId) |
void |
setCellTitle(java.lang.String cellTitle) |
void |
setChangeAuditStamps(ChangeAuditStamps changeAuditStamps) |
void |
setText(java.lang.String text) |
TextCell |
text(java.lang.String text) |
java.lang.String |
toString() |
public TextCell cellTitle(java.lang.String cellTitle)
public java.lang.String getCellTitle()
public void setCellTitle(java.lang.String cellTitle)
public TextCell cellId(java.lang.String cellId)
@NotNull public @NotNull java.lang.String getCellId()
public void setCellId(java.lang.String cellId)
public TextCell changeAuditStamps(ChangeAuditStamps changeAuditStamps)
@NotNull @Valid public @NotNull @Valid ChangeAuditStamps getChangeAuditStamps()
public void setChangeAuditStamps(ChangeAuditStamps changeAuditStamps)
public TextCell text(java.lang.String text)
@NotNull public @NotNull java.lang.String getText()
public void setText(java.lang.String text)
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