Class Diagnostics
java.lang.Object
growthbook.sdk.java.diagnostics.model.Diagnostics
Read-only snapshot of the current SDK state.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleangetCache()Feature cache metadata.Client lifecycle metadata.Sanitized configuration metadata.Current feature data metadata.longEpoch-millis timestamp when this diagnostics snapshot was generated.High-level health summary with actionable issues.Feature refresh metadata.Remote-eval metadata.getSdk()SDK build metadata.Streaming refresh metadata.inthashCode()toJson()Serializes this SDK-produced diagnostics snapshot as JSON for support/debugging workflows.toString()
-
Method Details
-
toJson
Serializes this SDK-produced diagnostics snapshot as JSON for support/debugging workflows. -
builder
-
getGeneratedAtMillis
public long getGeneratedAtMillis()Epoch-millis timestamp when this diagnostics snapshot was generated. -
getSdk
SDK build metadata. -
getHealth
High-level health summary with actionable issues. -
getConfig
Sanitized configuration metadata. -
getClient
Client lifecycle metadata. -
getFeatures
Current feature data metadata. -
getRefresh
Feature refresh metadata. -
getCache
Feature cache metadata. -
getStreaming
Streaming refresh metadata. -
getRemoteEval
Remote-eval metadata. -
equals
-
hashCode
public int hashCode() -
toString
-