T - the type of the flag being evaluated.public class FlagEvaluationDetails<T> extends Object implements BaseEvaluation<T>
| Constructor and Description |
|---|
FlagEvaluationDetails() |
| Modifier and Type | Method and Description |
|---|---|
static <T> FlagEvaluationDetails<T> |
from(ProviderEvaluation<T> providerEval,
String flagKey)
Generate detail payload from the provider response.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorCode, getErrorMessage, getReason, getValue, getVariantpublic static <T> FlagEvaluationDetails<T> from(ProviderEvaluation<T> providerEval, String flagKey)
T - type of flag being returnedproviderEval - provider responseflagKey - key for the flag being evaluatedCopyright © 2023. All rights reserved.