Class TestResultListResponse.Item.Goal.Threshold.Value
-
- All Implemented Interfaces:
public final class TestResultListResponse.Item.Goal.Threshold.ValueThe value to be compared.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTestResultListResponse.Item.Goal.Threshold.Value.VisitorAn interface that defines how to map each variant of Value to a value of type T.
-
Method Summary
-
-
Method Detail
-
accept
final <T extends Any> T accept(TestResultListResponse.Item.Goal.Threshold.Value.Visitor<T> visitor)
-
validate
final TestResultListResponse.Item.Goal.Threshold.Value validate()
-
ofNumber
final static TestResultListResponse.Item.Goal.Threshold.Value ofNumber(Double number)
-
ofBool
final static TestResultListResponse.Item.Goal.Threshold.Value ofBool(Boolean bool)
-
ofString
final static TestResultListResponse.Item.Goal.Threshold.Value ofString(String string)
-
ofStrings
final static TestResultListResponse.Item.Goal.Threshold.Value ofStrings(List<String> strings)
-
-
-
-