-
- All Implemented Interfaces:
-
dev.openfeature.sdk.BaseEvaluation
public final class FlagEvaluationDetails<T extends Object> implements BaseEvaluation<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFlagEvaluationDetails.Companion
-
Method Summary
Modifier and Type Method Description final StringgetFlagKey()TgetValue()UnitsetValue(T value)StringgetVariant()UnitsetVariant(String variant)StringgetReason()UnitsetReason(String reason)ErrorCodegetErrorCode()UnitsetErrorCode(ErrorCode errorCode)StringgetErrorMessage()UnitsetErrorMessage(String errorMessage)-
-
Method Detail
-
getFlagKey
final String getFlagKey()
-
getVariant
String getVariant()
-
setVariant
Unit setVariant(String variant)
-
getErrorCode
ErrorCode getErrorCode()
-
setErrorCode
Unit setErrorCode(ErrorCode errorCode)
-
getErrorMessage
String getErrorMessage()
-
setErrorMessage
Unit setErrorMessage(String errorMessage)
-
-
-
-