Class DiagnosticEvent
- java.lang.Object
-
- com.launchdarkly.sdk.internal.events.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.
-