Class SensorQueryParams.Body
-
- All Implemented Interfaces:
public final class SensorQueryParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSensorQueryParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<SensorQueryParams.Filter>filter()final Optional<String>orderBy()final Optional<SensorQueryParams.OrderDir>orderDir()final Optional<Long>pageNumber()final Optional<Long>pageSize()final JsonField<SensorQueryParams.Filter>_filter()Returns the raw JSON value of filter. final JsonField<String>_orderBy()Returns the raw JSON value of orderBy. final JsonField<SensorQueryParams.OrderDir>_orderDir()Returns the raw JSON value of orderDir. final JsonField<Long>_pageNumber()Returns the raw JSON value of pageNumber. final JsonField<Long>_pageSize()Returns the raw JSON value of pageSize. final Map<String, JsonValue>_additionalProperties()final SensorQueryParams.Body.BuildertoBuilder()final SensorQueryParams.Bodyvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SensorQueryParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
filter
final Optional<SensorQueryParams.Filter> filter()
-
orderDir
final Optional<SensorQueryParams.OrderDir> orderDir()
-
pageNumber
final Optional<Long> pageNumber()
-
_filter
final JsonField<SensorQueryParams.Filter> _filter()
Returns the raw JSON value of filter.
Unlike filter, this method doesn't throw if the JSON field has an unexpected type.
-
_orderBy
final JsonField<String> _orderBy()
Returns the raw JSON value of orderBy.
Unlike orderBy, this method doesn't throw if the JSON field has an unexpected type.
-
_orderDir
final JsonField<SensorQueryParams.OrderDir> _orderDir()
Returns the raw JSON value of orderDir.
Unlike orderDir, this method doesn't throw if the JSON field has an unexpected type.
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SensorQueryParams.Body.Builder toBuilder()
-
validate
final SensorQueryParams.Body 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 SensorQueryParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-