Package com.openlayer.api.models.tests
Class TestListResultsResponse.LastUnskippedResult.Goal.Threshold.Value
-
- All Implemented Interfaces:
public final class TestListResultsResponse.LastUnskippedResult.Goal.Threshold.ValueThe value to be compared.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTestListResultsResponse.LastUnskippedResult.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(TestListResultsResponse.LastUnskippedResult.Goal.Threshold.Value.Visitor<T> visitor)
-
validate
final TestListResultsResponse.LastUnskippedResult.Goal.Threshold.Value validate()
-
ofNumber
final static TestListResultsResponse.LastUnskippedResult.Goal.Threshold.Value ofNumber(Double number)
-
ofBool
final static TestListResultsResponse.LastUnskippedResult.Goal.Threshold.Value ofBool(Boolean bool)
-
ofString
final static TestListResultsResponse.LastUnskippedResult.Goal.Threshold.Value ofString(String string)
-
ofStrings
final static TestListResultsResponse.LastUnskippedResult.Goal.Threshold.Value ofStrings(List<String> strings)
-
-
-
-