Class TestListResultsResponse.LastUnskippedResult.Builder
-
- All Implemented Interfaces:
public final class TestListResultsResponse.LastUnskippedResult.BuilderA builder for LastUnskippedResult.
-
-
Method Summary
-
-
Method Detail
-
id
final TestListResultsResponse.LastUnskippedResult.Builder id(String id)
Project version (commit) id.
-
id
final TestListResultsResponse.LastUnskippedResult.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateCreated
final TestListResultsResponse.LastUnskippedResult.Builder dateCreated(OffsetDateTime dateCreated)
The creation date.
-
dateCreated
final TestListResultsResponse.LastUnskippedResult.Builder dateCreated(JsonField<OffsetDateTime> dateCreated)
Sets Builder.dateCreated to an arbitrary JSON value.
You should usually call Builder.dateCreated with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateDataEnds
final TestListResultsResponse.LastUnskippedResult.Builder dateDataEnds(OffsetDateTime dateDataEnds)
The data end date.
-
dateDataEnds
final TestListResultsResponse.LastUnskippedResult.Builder dateDataEnds(Optional<OffsetDateTime> dateDataEnds)
Alias for calling Builder.dateDataEnds with
dateDataEnds.orElse(null).
-
dateDataEnds
final TestListResultsResponse.LastUnskippedResult.Builder dateDataEnds(JsonField<OffsetDateTime> dateDataEnds)
Sets Builder.dateDataEnds to an arbitrary JSON value.
You should usually call Builder.dateDataEnds with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateDataStarts
final TestListResultsResponse.LastUnskippedResult.Builder dateDataStarts(OffsetDateTime dateDataStarts)
The data start date.
-
dateDataStarts
final TestListResultsResponse.LastUnskippedResult.Builder dateDataStarts(Optional<OffsetDateTime> dateDataStarts)
Alias for calling Builder.dateDataStarts with
dateDataStarts.orElse(null).
-
dateDataStarts
final TestListResultsResponse.LastUnskippedResult.Builder dateDataStarts(JsonField<OffsetDateTime> dateDataStarts)
Sets Builder.dateDataStarts to an arbitrary JSON value.
You should usually call Builder.dateDataStarts with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
dateUpdated
final TestListResultsResponse.LastUnskippedResult.Builder dateUpdated(OffsetDateTime dateUpdated)
The last updated date.
-
dateUpdated
final TestListResultsResponse.LastUnskippedResult.Builder dateUpdated(JsonField<OffsetDateTime> dateUpdated)
Sets Builder.dateUpdated to an arbitrary JSON value.
You should usually call Builder.dateUpdated with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
inferencePipelineId
final TestListResultsResponse.LastUnskippedResult.Builder inferencePipelineId(String inferencePipelineId)
The inference pipeline id.
-
inferencePipelineId
final TestListResultsResponse.LastUnskippedResult.Builder inferencePipelineId(Optional<String> inferencePipelineId)
Alias for calling Builder.inferencePipelineId with
inferencePipelineId.orElse(null).
-
inferencePipelineId
final TestListResultsResponse.LastUnskippedResult.Builder inferencePipelineId(JsonField<String> inferencePipelineId)
Sets Builder.inferencePipelineId to an arbitrary JSON value.
You should usually call Builder.inferencePipelineId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
projectVersionId
final TestListResultsResponse.LastUnskippedResult.Builder projectVersionId(String projectVersionId)
The project version (commit) id.
-
projectVersionId
final TestListResultsResponse.LastUnskippedResult.Builder projectVersionId(Optional<String> projectVersionId)
Alias for calling Builder.projectVersionId with
projectVersionId.orElse(null).
-
projectVersionId
final TestListResultsResponse.LastUnskippedResult.Builder projectVersionId(JsonField<String> projectVersionId)
Sets Builder.projectVersionId to an arbitrary JSON value.
You should usually call Builder.projectVersionId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
status
final TestListResultsResponse.LastUnskippedResult.Builder status(TestListResultsResponse.LastUnskippedResult.Status status)
The status of the test.
-
status
final TestListResultsResponse.LastUnskippedResult.Builder status(JsonField<TestListResultsResponse.LastUnskippedResult.Status> status)
Sets Builder.status to an arbitrary JSON value.
You should usually call Builder.status with a well-typed Status value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
statusMessage
final TestListResultsResponse.LastUnskippedResult.Builder statusMessage(String statusMessage)
The status message.
-
statusMessage
final TestListResultsResponse.LastUnskippedResult.Builder statusMessage(Optional<String> statusMessage)
Alias for calling Builder.statusMessage with
statusMessage.orElse(null).
-
statusMessage
final TestListResultsResponse.LastUnskippedResult.Builder statusMessage(JsonField<String> statusMessage)
Sets Builder.statusMessage to an arbitrary JSON value.
You should usually call Builder.statusMessage with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
expectedValues
final TestListResultsResponse.LastUnskippedResult.Builder expectedValues(List<TestListResultsResponse.LastUnskippedResult.ExpectedValue> expectedValues)
-
expectedValues
final TestListResultsResponse.LastUnskippedResult.Builder expectedValues(JsonField<List<TestListResultsResponse.LastUnskippedResult.ExpectedValue>> expectedValues)
Sets Builder.expectedValues to an arbitrary JSON value.
You should usually call Builder.expectedValues with a well-typed
List<ExpectedValue>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addExpectedValue
final TestListResultsResponse.LastUnskippedResult.Builder addExpectedValue(TestListResultsResponse.LastUnskippedResult.ExpectedValue expectedValue)
Adds a single ExpectedValue to expectedValues.
-
goal
final TestListResultsResponse.LastUnskippedResult.Builder goal(TestListResultsResponse.LastUnskippedResult.Goal goal)
-
goal
final TestListResultsResponse.LastUnskippedResult.Builder goal(JsonField<TestListResultsResponse.LastUnskippedResult.Goal> goal)
Sets Builder.goal to an arbitrary JSON value.
You should usually call Builder.goal with a well-typed Goal value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
goalId
final TestListResultsResponse.LastUnskippedResult.Builder goalId(String goalId)
The test id.
-
goalId
final TestListResultsResponse.LastUnskippedResult.Builder goalId(Optional<String> goalId)
Alias for calling Builder.goalId with
goalId.orElse(null).
-
goalId
final TestListResultsResponse.LastUnskippedResult.Builder goalId(JsonField<String> goalId)
Sets Builder.goalId to an arbitrary JSON value.
You should usually call Builder.goalId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
rows
final TestListResultsResponse.LastUnskippedResult.Builder rows(String rows)
The URL to the rows of the test result.
-
rows
final TestListResultsResponse.LastUnskippedResult.Builder rows(JsonField<String> rows)
Sets Builder.rows to an arbitrary JSON value.
You should usually call Builder.rows with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
rowsBody
final TestListResultsResponse.LastUnskippedResult.Builder rowsBody(TestListResultsResponse.LastUnskippedResult.RowsBody rowsBody)
The body of the rows request.
-
rowsBody
final TestListResultsResponse.LastUnskippedResult.Builder rowsBody(Optional<TestListResultsResponse.LastUnskippedResult.RowsBody> rowsBody)
Alias for calling Builder.rowsBody with
rowsBody.orElse(null).
-
rowsBody
final TestListResultsResponse.LastUnskippedResult.Builder rowsBody(JsonField<TestListResultsResponse.LastUnskippedResult.RowsBody> rowsBody)
Sets Builder.rowsBody to an arbitrary JSON value.
You should usually call Builder.rowsBody with a well-typed RowsBody value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final TestListResultsResponse.LastUnskippedResult.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TestListResultsResponse.LastUnskippedResult.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TestListResultsResponse.LastUnskippedResult.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TestListResultsResponse.LastUnskippedResult.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TestListResultsResponse.LastUnskippedResult.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TestListResultsResponse.LastUnskippedResult build()
Returns an immutable instance of LastUnskippedResult.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .dateCreated() .dateDataEnds() .dateDataStarts() .dateUpdated() .inferencePipelineId() .projectVersionId() .status() .statusMessage()
-
-
-
-