@Beta public class SemanticTokensDeltaParams extends WorkDoneProgressAndPartialResultParams
Constructor and Description |
---|
SemanticTokensDeltaParams(TextDocumentIdentifier textDocument,
java.lang.String previousResultId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getPreviousResultId()
The result id of a previous response.
|
TextDocumentIdentifier |
getTextDocument()
The text document.
|
int |
hashCode() |
void |
setPreviousResultId(java.lang.String previousResultId)
The result id of a previous response.
|
void |
setTextDocument(TextDocumentIdentifier textDocument)
The text document.
|
java.lang.String |
toString() |
getPartialResultToken, getWorkDoneToken, setPartialResultToken, setPartialResultToken, setPartialResultToken, setWorkDoneToken, setWorkDoneToken, setWorkDoneToken
public SemanticTokensDeltaParams(TextDocumentIdentifier textDocument, java.lang.String previousResultId)
@Pure public TextDocumentIdentifier getTextDocument()
public void setTextDocument(TextDocumentIdentifier textDocument)
@Pure public java.lang.String getPreviousResultId()
public void setPreviousResultId(java.lang.String previousResultId)
@Pure public java.lang.String toString()
toString
in class WorkDoneProgressAndPartialResultParams
@Pure public boolean equals(java.lang.Object obj)
equals
in class WorkDoneProgressAndPartialResultParams
@Pure public int hashCode()
hashCode
in class WorkDoneProgressAndPartialResultParams