Class SetTraceParams


  • public class SetTraceParams
    extends java.lang.Object
    A notification that should be used by the client to modify the trace setting of the server.

    Since 3.16.0

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SetTraceParams

        public SetTraceParams()
      • SetTraceParams

        public SetTraceParams​(java.lang.String value)
    • Method Detail

      • getValue

        public java.lang.String getValue()
        The new value that should be assigned to the trace setting. For values, see TraceValue.
      • setValue

        public void setValue​(java.lang.String value)
        The new value that should be assigned to the trace setting. For values, see TraceValue.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object