Class FeatureDiagnostics
java.lang.Object
growthbook.sdk.java.diagnostics.model.FeatureDiagnostics
Current feature state metadata.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanintNumber of active feature definitions in the current snapshot.getKeys()Feature key metadata for the current snapshot.Source used to report feature diagnostics.getState()Derived feature data state.intTotal number of feature definitions visible to diagnostics.inthashCode()booleanWhether feature data is currently available for evaluations.toString()
-
Method Details
-
builder
-
getState
Derived feature data state. -
getSource
Source used to report feature diagnostics. -
isAvailable
public boolean isAvailable()Whether feature data is currently available for evaluations. -
getActiveFeatureCount
public int getActiveFeatureCount()Number of active feature definitions in the current snapshot. -
getTotalFeatureCount
public int getTotalFeatureCount()Total number of feature definitions visible to diagnostics. -
getKeys
Feature key metadata for the current snapshot. -
equals
-
hashCode
public int hashCode() -
toString
-