Package com.openlayer.api.models.tests
Class TestListResultsResponse.LastUnskippedResult.Goal.Threshold.InsightParameter
-
- All Implemented Interfaces:
public final class TestListResultsResponse.LastUnskippedResult.Goal.Threshold.InsightParameter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestListResultsResponse.LastUnskippedResult.Goal.Threshold.InsightParameter.BuilderA builder for InsightParameter.
-
Method Summary
Modifier and Type Method Description final Stringname()The name of the insight filter. final JsonValue_value()final JsonField<String>_name()Returns the raw JSON value of name. final Map<String, JsonValue>_additionalProperties()final TestListResultsResponse.LastUnskippedResult.Goal.Threshold.InsightParameter.BuildertoBuilder()final TestListResultsResponse.LastUnskippedResult.Goal.Threshold.InsightParametervalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TestListResultsResponse.LastUnskippedResult.Goal.Threshold.InsightParameter.Builderbuilder()Returns a mutable builder for constructing an instance of InsightParameter. -
-
Method Detail
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TestListResultsResponse.LastUnskippedResult.Goal.Threshold.InsightParameter.Builder toBuilder()
-
validate
final TestListResultsResponse.LastUnskippedResult.Goal.Threshold.InsightParameter validate()
-
builder
final static TestListResultsResponse.LastUnskippedResult.Goal.Threshold.InsightParameter.Builder builder()
Returns a mutable builder for constructing an instance of InsightParameter.
The following fields are required:
.name() .value()
-
-
-
-