Package org.eclipse.lsp4j
Class SetTraceParams
- java.lang.Object
-
- org.eclipse.lsp4j.SetTraceParams
-
public class SetTraceParams extends java.lang.ObjectA notification that should be used by the client to modify the trace setting of the server.Since 3.16.0
-
-
Constructor Summary
Constructors Constructor Description SetTraceParams()SetTraceParams(java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetValue()The new value that should be assigned to the trace setting.inthashCode()voidsetValue(java.lang.String value)The new value that should be assigned to the trace setting.java.lang.StringtoString()
-
-
-
Method Detail
-
getValue
public java.lang.String getValue()
The new value that should be assigned to the trace setting. For values, seeTraceValue.
-
setValue
public void setValue(java.lang.String value)
The new value that should be assigned to the trace setting. For values, seeTraceValue.
-
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
-
-