Class SensorUpdateParams.Body
-
- All Implemented Interfaces:
public final class SensorUpdateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSensorUpdateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<Boolean>active()final Optional<String>plaintextName()final Optional<SensorUpdateParams.Tags>tags()final JsonField<Boolean>_active()Returns the raw JSON value of active. final JsonField<String>_plaintextName()Returns the raw JSON value of plaintextName. final JsonField<SensorUpdateParams.Tags>_tags()Returns the raw JSON value of tags. final Map<String, JsonValue>_additionalProperties()final SensorUpdateParams.Body.BuildertoBuilder()final SensorUpdateParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SensorUpdateParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
plaintextName
final Optional<String> plaintextName()
-
tags
final Optional<SensorUpdateParams.Tags> tags()
-
_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.
-
_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.
-
_tags
final JsonField<SensorUpdateParams.Tags> _tags()
Returns the raw JSON value of tags.
Unlike tags, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SensorUpdateParams.Body.Builder toBuilder()
-
validate
final SensorUpdateParams.Body validate()
-
builder
final static SensorUpdateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-