public class FPDetail<T> extends Object
| Constructor and Description |
|---|
FPDetail() |
| Modifier and Type | Method and 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() |
Copyright © 2023. All rights reserved.