Class TestResultListResponse.Item.ExpectedValue.Builder
-
- All Implemented Interfaces:
public final class TestResultListResponse.Item.ExpectedValue.BuilderA builder for ExpectedValue.
-
-
Method Summary
-
-
Method Detail
-
lowerThreshold
final TestResultListResponse.Item.ExpectedValue.Builder lowerThreshold(Float lowerThreshold)
the lower threshold for the expected value
-
lowerThreshold
final TestResultListResponse.Item.ExpectedValue.Builder lowerThreshold(Float lowerThreshold)
Alias for Builder.lowerThreshold.
This unboxed primitive overload exists for backwards compatibility.
-
lowerThreshold
final TestResultListResponse.Item.ExpectedValue.Builder lowerThreshold(Optional<Float> lowerThreshold)
Alias for calling Builder.lowerThreshold with
lowerThreshold.orElse(null).
-
lowerThreshold
final TestResultListResponse.Item.ExpectedValue.Builder lowerThreshold(JsonField<Float> lowerThreshold)
Sets Builder.lowerThreshold to an arbitrary JSON value.
You should usually call Builder.lowerThreshold with a well-typed Float value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
measurement
final TestResultListResponse.Item.ExpectedValue.Builder measurement(String measurement)
One of the
measurementvalues in the test's thresholds
-
measurement
final TestResultListResponse.Item.ExpectedValue.Builder measurement(JsonField<String> measurement)
Sets Builder.measurement to an arbitrary JSON value.
You should usually call Builder.measurement with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
upperThreshold
final TestResultListResponse.Item.ExpectedValue.Builder upperThreshold(Float upperThreshold)
The upper threshold for the expected value
-
upperThreshold
final TestResultListResponse.Item.ExpectedValue.Builder upperThreshold(Float upperThreshold)
Alias for Builder.upperThreshold.
This unboxed primitive overload exists for backwards compatibility.
-
upperThreshold
final TestResultListResponse.Item.ExpectedValue.Builder upperThreshold(Optional<Float> upperThreshold)
Alias for calling Builder.upperThreshold with
upperThreshold.orElse(null).
-
upperThreshold
final TestResultListResponse.Item.ExpectedValue.Builder upperThreshold(JsonField<Float> upperThreshold)
Sets Builder.upperThreshold to an arbitrary JSON value.
You should usually call Builder.upperThreshold with a well-typed Float value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final TestResultListResponse.Item.ExpectedValue.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TestResultListResponse.Item.ExpectedValue.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TestResultListResponse.Item.ExpectedValue.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TestResultListResponse.Item.ExpectedValue.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TestResultListResponse.Item.ExpectedValue.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TestResultListResponse.Item.ExpectedValue build()
Returns an immutable instance of ExpectedValue.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-