Class DiagnosticEvent


  • public class DiagnosticEvent
    extends java.lang.Object
    Base class for diagnostic events. This class and its subclasses are used only for JSON serialization.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.launchdarkly.sdk.LDValue getJsonValue()
      Returns the JSON representation of the event.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getJsonValue

        public com.launchdarkly.sdk.LDValue getJsonValue()
        Returns the JSON representation of the event.
        Returns:
        the JSON representation as an LDValue