Class SensorUpdateResponse
-
- All Implemented Interfaces:
public final class SensorUpdateResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSensorUpdateResponse.BuilderA builder for SensorUpdateResponse.
-
Method Summary
Modifier and Type Method Description final Stringdetail()final JsonField<String>_detail()Returns the raw JSON value of detail. final Map<String, JsonValue>_additionalProperties()final SensorUpdateResponse.BuildertoBuilder()final SensorUpdateResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static SensorUpdateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of SensorUpdateResponse. -
-
Method Detail
-
_detail
final JsonField<String> _detail()
Returns the raw JSON value of detail.
Unlike detail, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final SensorUpdateResponse.Builder toBuilder()
-
validate
final SensorUpdateResponse 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 SensorUpdateResponse.Builder builder()
Returns a mutable builder for constructing an instance of SensorUpdateResponse.
The following fields are required:
.detail()
-
-
-
-