Class QueryCell


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2022-10-18T12:49:45.903581Z[Etc/UTC]")
    public class QueryCell
    extends java.lang.Object
    Query cell in a Notebook, which will present content in query format
    • Constructor Detail

      • QueryCell

        public QueryCell()
    • Method Detail

      • cellTitle

        public QueryCell cellTitle​(java.lang.String cellTitle)
      • getCellTitle

        public java.lang.String getCellTitle()
        Title of the cell
        Returns:
        cellTitle
      • setCellTitle

        public void setCellTitle​(java.lang.String cellTitle)
      • cellId

        public QueryCell cellId​(java.lang.String cellId)
      • getCellId

        @NotNull
        public @NotNull java.lang.String getCellId()
        Unique id for the cell. This id should be globally unique for a Notebook tool even when there are multiple deployments of it. As an example, Notebook URL could be used here for QueryBook such as 'querybook.com/notebook/773/?cellId=1234'
        Returns:
        cellId
      • setCellId

        public void setCellId​(java.lang.String cellId)
      • getChangeAuditStamps

        @NotNull
        @Valid
        public @NotNull @Valid ChangeAuditStamps getChangeAuditStamps()
        Get changeAuditStamps
        Returns:
        changeAuditStamps
      • setChangeAuditStamps

        public void setChangeAuditStamps​(ChangeAuditStamps changeAuditStamps)
      • rawQuery

        public QueryCell rawQuery​(java.lang.String rawQuery)
      • getRawQuery

        @NotNull
        public @NotNull java.lang.String getRawQuery()
        Raw query to explain some specific logic in a Notebook
        Returns:
        rawQuery
      • setRawQuery

        public void setRawQuery​(java.lang.String rawQuery)
      • getLastExecuted

        @Valid
        public @Valid AuditStamp getLastExecuted()
        Get lastExecuted
        Returns:
        lastExecuted
      • setLastExecuted

        public void setLastExecuted​(AuditStamp lastExecuted)
      • 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