Class JobListResponse
-
- All Implemented Interfaces:
public final class JobListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobListResponse.BuilderA builder for JobListResponse.
-
Method Summary
Modifier and Type Method Description final List<ScanReport>items()List of items. final Longlimit()Maximum number of items to return final Longoffset()Begin returning the results from this offset final Doubletotal()Total number of items available based on the query criteria. final JsonField<List<ScanReport>>_items()Returns the raw JSON value of items. final JsonField<Long>_limit()Returns the raw JSON value of limit. final JsonField<Long>_offset()Returns the raw JSON value of offset. final JsonField<Double>_total()Returns the raw JSON value of total. final Map<String, JsonValue>_additionalProperties()final JobListResponse.BuildertoBuilder()final JobListResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JobListResponse.Builderbuilder()Returns a mutable builder for constructing an instance of JobListResponse. -
-
Method Detail
-
items
final List<ScanReport> items()
List of items. If no matching items are found, then
[]will be returned.
-
_items
final JsonField<List<ScanReport>> _items()
Returns the raw JSON value of items.
Unlike items, this method doesn't throw if the JSON field has an unexpected type.
-
_limit
final JsonField<Long> _limit()
Returns the raw JSON value of limit.
Unlike limit, this method doesn't throw if the JSON field has an unexpected type.
-
_offset
final JsonField<Long> _offset()
Returns the raw JSON value of offset.
Unlike offset, this method doesn't throw if the JSON field has an unexpected type.
-
_total
final JsonField<Double> _total()
Returns the raw JSON value of total.
Unlike total, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JobListResponse.Builder toBuilder()
-
validate
final JobListResponse validate()
-
builder
final static JobListResponse.Builder builder()
Returns a mutable builder for constructing an instance of JobListResponse.
The following fields are required:
.items() .limit() .offset() .total()
-
-
-
-