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()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()
-
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()
-
-
-
-