Class SensorQueryParams.Filter
-
- All Implemented Interfaces:
public final class SensorQueryParams.Filter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSensorQueryParams.Filter.BuilderA builder for Filter.
public final classSensorQueryParams.Filter.Source
-
Method Summary
-
-
Method Detail
-
createdAtStart
final Optional<OffsetDateTime> createdAtStart()
-
createdAtStop
final Optional<OffsetDateTime> createdAtStop()
-
plaintextName
final Optional<String> plaintextName()
-
source
final Optional<SensorQueryParams.Filter.Source> source()
-
_active
final JsonField<Boolean> _active()
Returns the raw JSON value of active.
Unlike active, this method doesn't throw if the JSON field has an unexpected type.
-
_createdAtStart
final JsonField<OffsetDateTime> _createdAtStart()
Returns the raw JSON value of createdAtStart.
Unlike createdAtStart, this method doesn't throw if the JSON field has an unexpected type.
-
_createdAtStop
final JsonField<OffsetDateTime> _createdAtStop()
Returns the raw JSON value of createdAtStop.
Unlike createdAtStop, this method doesn't throw if the JSON field has an unexpected type.
-
_plaintextName
final JsonField<String> _plaintextName()
Returns the raw JSON value of plaintextName.
Unlike plaintextName, this method doesn't throw if the JSON field has an unexpected type.
-
_source
final JsonField<SensorQueryParams.Filter.Source> _source()
Returns the raw JSON value of source.
Unlike source, this method doesn't throw if the JSON field has an unexpected type.
-
_version
final JsonField<Long> _version()
Returns the raw JSON value of version.
Unlike version, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SensorQueryParams.Filter.Builder toBuilder()
-
validate
final SensorQueryParams.Filter validate()
-
builder
final static SensorQueryParams.Filter.Builder builder()
Returns a mutable builder for constructing an instance of Filter.
-
-
-
-