Class FeatureDiagnostics.FeatureDiagnosticsBuilder
java.lang.Object
growthbook.sdk.java.diagnostics.model.FeatureDiagnostics.FeatureDiagnosticsBuilder
- Enclosing class:
- FeatureDiagnostics
-
Method Summary
Modifier and TypeMethodDescriptionactiveFeatureCount(int activeFeatureCount) Number of active feature definitions in the current snapshot.available(boolean available) Whether feature data is currently available for evaluations.build()keys(FeatureKeyDiagnostics keys) Feature key metadata for the current snapshot.source(FeatureDataSource source) Source used to report feature diagnostics.state(FeatureState state) Derived feature data state.toString()totalFeatureCount(int totalFeatureCount) Total number of feature definitions visible to diagnostics.
-
Method Details
-
state
Derived feature data state.- Returns:
this.
-
source
Source used to report feature diagnostics.- Returns:
this.
-
available
Whether feature data is currently available for evaluations.- Returns:
this.
-
activeFeatureCount
Number of active feature definitions in the current snapshot.- Returns:
this.
-
totalFeatureCount
Total number of feature definitions visible to diagnostics.- Returns:
this.
-
keys
Feature key metadata for the current snapshot.- Returns:
this.
-
build
-
toString
-