Class TestUpdateParams.Payload.Threshold.InsightParameter.Builder
-
- All Implemented Interfaces:
public final class TestUpdateParams.Payload.Threshold.InsightParameter.BuilderA builder for InsightParameter.
-
-
Method Summary
-
-
Method Detail
-
name
final TestUpdateParams.Payload.Threshold.InsightParameter.Builder name(String name)
The name of the insight filter.
-
name
final TestUpdateParams.Payload.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 TestUpdateParams.Payload.Threshold.InsightParameter.Builder value(JsonValue value)
-
additionalProperties
final TestUpdateParams.Payload.Threshold.InsightParameter.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TestUpdateParams.Payload.Threshold.InsightParameter.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TestUpdateParams.Payload.Threshold.InsightParameter.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TestUpdateParams.Payload.Threshold.InsightParameter.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TestUpdateParams.Payload.Threshold.InsightParameter.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TestUpdateParams.Payload.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()
-
-
-
-