Class SensorQueryResponse
-
- All Implemented Interfaces:
public final class SensorQueryResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSensorQueryResponse.BuilderA builder for SensorQueryResponse.
public final classSensorQueryResponse.Result
-
Method Summary
Modifier and Type Method Description final LongpageNumber()final LongpageSize()final List<SensorQueryResponse.Result>results()final LongtotalCount()final JsonField<Long>_pageNumber()Returns the raw JSON value of pageNumber. final JsonField<Long>_pageSize()Returns the raw JSON value of pageSize. final JsonField<List<SensorQueryResponse.Result>>_results()Returns the raw JSON value of results. final JsonField<Long>_totalCount()Returns the raw JSON value of totalCount. final Map<String, JsonValue>_additionalProperties()final SensorQueryResponse.BuildertoBuilder()final SensorQueryResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SensorQueryResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SensorQueryResponse. -
-
Method Detail
-
pageNumber
final Long pageNumber()
-
results
final List<SensorQueryResponse.Result> results()
-
totalCount
final Long totalCount()
-
_pageNumber
final JsonField<Long> _pageNumber()
Returns the raw JSON value of pageNumber.
Unlike pageNumber, this method doesn't throw if the JSON field has an unexpected type.
-
_pageSize
final JsonField<Long> _pageSize()
Returns the raw JSON value of pageSize.
Unlike pageSize, this method doesn't throw if the JSON field has an unexpected type.
-
_results
final JsonField<List<SensorQueryResponse.Result>> _results()
Returns the raw JSON value of results.
Unlike results, this method doesn't throw if the JSON field has an unexpected type.
-
_totalCount
final JsonField<Long> _totalCount()
Returns the raw JSON value of totalCount.
Unlike totalCount, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SensorQueryResponse.Builder toBuilder()
-
validate
final SensorQueryResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static SensorQueryResponse.Builder builder()
Returns a mutable builder for constructing an instance of SensorQueryResponse.
The following fields are required:
.pageNumber() .pageSize() .results() .totalCount()
-
-
-
-