Class DidCloseNotebookDocumentParams


  • public class DidCloseNotebookDocumentParams
    extends java.lang.Object
    The params sent in a close notebook document notification.

    Since 3.17.0

    • Constructor Detail

      • DidCloseNotebookDocumentParams

        public DidCloseNotebookDocumentParams()
    • Method Detail

      • setNotebookDocument

        public void setNotebookDocument​(NotebookDocumentIdentifier notebookDocument)
        The notebook document that got closed.
      • getCellTextDocuments

        public java.util.List<TextDocumentIdentifier> getCellTextDocuments()
        The text documents that represent the content of a notebook cell that got closed.
      • setCellTextDocuments

        public void setCellTextDocuments​(java.util.List<TextDocumentIdentifier> cellTextDocuments)
        The text documents that represent the content of a notebook cell that got closed.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object