Class TestResultListResponse
-
- All Implemented Interfaces:
public final class TestResultListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTestResultListResponse.BuilderA builder for TestResultListResponse.
public final classTestResultListResponse.Item
-
Method Summary
Modifier and Type Method Description final List<TestResultListResponse.Item>items()final JsonField<List<TestResultListResponse.Item>>_items()Returns the raw JSON value of items. final Map<String, JsonValue>_additionalProperties()final TestResultListResponse.BuildertoBuilder()final TestResultListResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TestResultListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of TestResultListResponse. -
-
Method Detail
-
items
final List<TestResultListResponse.Item> items()
-
_items
final JsonField<List<TestResultListResponse.Item>> _items()
Returns the raw JSON value of items.
Unlike items, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TestResultListResponse.Builder toBuilder()
-
validate
final TestResultListResponse validate()
-
builder
final static TestResultListResponse.Builder builder()
Returns a mutable builder for constructing an instance of TestResultListResponse.
The following fields are required:
.items()
-
-
-
-