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 StringgetReason()Optional<Integer>getRuleIndex()TgetValue()Optional<Long>getVersion()voidsetReason(String reason)voidsetRuleIndex(Optional<Integer> ruleIndex)voidsetValue(T value)voidsetVersion(Optional<Long> version)StringtoString()
-