public class WorkspaceUnchangedDocumentDiagnosticReport extends UnchangedDocumentDiagnosticReport
Since 3.17.0
| Constructor and Description |
|---|
WorkspaceUnchangedDocumentDiagnosticReport() |
WorkspaceUnchangedDocumentDiagnosticReport(java.lang.String resultId,
java.lang.String uri,
java.lang.Integer version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getUri()
The URI for which diagnostic information is reported.
|
java.lang.Integer |
getVersion()
The version number for which the diagnostics are reported.
|
int |
hashCode() |
void |
setUri(java.lang.String uri)
The URI for which diagnostic information is reported.
|
void |
setVersion(java.lang.Integer version)
The version number for which the diagnostics are reported.
|
java.lang.String |
toString() |
getKind, getResultId, setResultIdpublic WorkspaceUnchangedDocumentDiagnosticReport()
public WorkspaceUnchangedDocumentDiagnosticReport(java.lang.String resultId,
java.lang.String uri,
java.lang.Integer version)
@Pure public java.lang.String getUri()
public void setUri(java.lang.String uri)
@Pure public java.lang.Integer getVersion()
public void setVersion(java.lang.Integer version)
@Pure public java.lang.String toString()
toString in class UnchangedDocumentDiagnosticReport@Pure public boolean equals(java.lang.Object obj)
equals in class UnchangedDocumentDiagnosticReport@Pure public int hashCode()
hashCode in class UnchangedDocumentDiagnosticReport