public class PublishDiagnosticsCapabilities
extends java.lang.Object
| Constructor and Description |
|---|
PublishDiagnosticsCapabilities() |
PublishDiagnosticsCapabilities(java.lang.Boolean relatedInformation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getRelatedInformation()
Whether the client accepts diagnostics with related information.
|
int |
hashCode() |
void |
setRelatedInformation(java.lang.Boolean relatedInformation)
Whether the client accepts diagnostics with related information.
|
java.lang.String |
toString() |
public PublishDiagnosticsCapabilities()
public PublishDiagnosticsCapabilities(java.lang.Boolean relatedInformation)
@Pure public java.lang.Boolean getRelatedInformation()
public void setRelatedInformation(java.lang.Boolean relatedInformation)
@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