Class NotebookCell


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2023-05-10T05:58:32.374063Z[Etc/UTC]")
    public class NotebookCell
    extends java.lang.Object
    A record of all supported cells for a Notebook. Only one type of cell will be non-null.
    • Constructor Detail

      • NotebookCell

        public NotebookCell()
    • Method Detail

      • getTextCell

        @Valid
        public @Valid TextCell getTextCell()
        Get textCell
        Returns:
        textCell
      • setTextCell

        public void setTextCell​(TextCell textCell)
      • getQueryCell

        @Valid
        public @Valid QueryCell getQueryCell()
        Get queryCell
        Returns:
        queryCell
      • setQueryCell

        public void setQueryCell​(QueryCell queryCell)
      • getChartCell

        @Valid
        public @Valid ChartCell getChartCell()
        Get chartCell
        Returns:
        chartCell
      • setChartCell

        public void setChartCell​(ChartCell chartCell)
      • getType

        @NotNull
        @Valid
        public @NotNull @Valid NotebookCellType getType()
        Get type
        Returns:
        type
      • 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