Package com.featureprobe.sdk.server
Class FPDetail<T>
- java.lang.Object
-
- com.featureprobe.sdk.server.FPDetail<T>
-
public class FPDetail<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description FPDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getReason()
Optional<Integer>
getRuleIndex()
T
getValue()
Optional<Long>
getVersion()
void
setReason(String reason)
void
setRuleIndex(Optional<Integer> ruleIndex)
void
setValue(T value)
void
setVersion(Optional<Long> version)
String
toString()
-