Package org.eclipse.lsp4j
Class NotebookSelectorCell
- java.lang.Object
-
- org.eclipse.lsp4j.NotebookSelectorCell
-
public class NotebookSelectorCell extends java.lang.ObjectThe cell of the matching notebook to be synced.Since 3.17.0
-
-
Constructor Summary
Constructors Constructor Description NotebookSelectorCell()NotebookSelectorCell(java.lang.String language)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetLanguage()The cells of the matching notebook to be synced.inthashCode()voidsetLanguage(java.lang.String language)The cells of the matching notebook to be synced.java.lang.StringtoString()
-
-
-
Method Detail
-
getLanguage
public java.lang.String getLanguage()
The cells of the matching notebook to be synced.
-
setLanguage
public void setLanguage(java.lang.String language)
The cells of the matching notebook to be synced.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-