public class SetTraceParams
extends java.lang.Object
Since 3.16.0
| Constructor and Description |
|---|
SetTraceParams() |
SetTraceParams(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getValue()
The new value that should be assigned to the trace setting.
|
int |
hashCode() |
void |
setValue(java.lang.String value)
The new value that should be assigned to the trace setting.
|
java.lang.String |
toString() |
public SetTraceParams()
public SetTraceParams(java.lang.String value)
@Pure public java.lang.String getValue()
TraceValue.public void setValue(java.lang.String value)
TraceValue.@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