-
- 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 class
FlagEvaluationDetails.Companion
-
Method Summary
Modifier and Type Method Description final String
getFlagKey()
T
getValue()
Unit
setValue(T value)
String
getVariant()
Unit
setVariant(String variant)
String
getReason()
Unit
setReason(String reason)
ErrorCode
getErrorCode()
Unit
setErrorCode(ErrorCode errorCode)
String
getErrorMessage()
Unit
setErrorMessage(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)
-
-
-
-