Package com.openlayer.api.models.tests
Class TestListResultsResponse.Item.Goal.Threshold.InsightParameter.Builder
-
- All Implemented Interfaces:
public final class TestListResultsResponse.Item.Goal.Threshold.InsightParameter.BuilderA builder for InsightParameter.
-
-
Method Summary
-
-
Method Detail
-
name
final TestListResultsResponse.Item.Goal.Threshold.InsightParameter.Builder name(String name)
The name of the insight filter.
-
name
final TestListResultsResponse.Item.Goal.Threshold.InsightParameter.Builder name(JsonField<String> name)
Sets Builder.name to an arbitrary JSON value.
You should usually call Builder.name with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
value
final TestListResultsResponse.Item.Goal.Threshold.InsightParameter.Builder value(JsonValue value)
-
additionalProperties
final TestListResultsResponse.Item.Goal.Threshold.InsightParameter.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TestListResultsResponse.Item.Goal.Threshold.InsightParameter.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TestListResultsResponse.Item.Goal.Threshold.InsightParameter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TestListResultsResponse.Item.Goal.Threshold.InsightParameter.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TestListResultsResponse.Item.Goal.Threshold.InsightParameter.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TestListResultsResponse.Item.Goal.Threshold.InsightParameter build()
Returns an immutable instance of InsightParameter.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.name() .value()
-
-
-
-