public class DidSaveNotebookDocumentParams
extends java.lang.Object
Since 3.17.0
| Constructor and Description |
|---|
DidSaveNotebookDocumentParams() |
DidSaveNotebookDocumentParams(NotebookDocumentIdentifier notebookDocument) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
NotebookDocumentIdentifier |
getNotebookDocument()
The notebook document that got saved.
|
int |
hashCode() |
void |
setNotebookDocument(NotebookDocumentIdentifier notebookDocument)
The notebook document that got saved.
|
java.lang.String |
toString() |
public DidSaveNotebookDocumentParams()
public DidSaveNotebookDocumentParams(NotebookDocumentIdentifier notebookDocument)
@Pure public NotebookDocumentIdentifier getNotebookDocument()
public void setNotebookDocument(NotebookDocumentIdentifier notebookDocument)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object