| Package | Description |
|---|---|
| org.eclipse.ditto.signals.commands.things.query |
| Modifier and Type | Method and Description |
|---|---|
static RetrieveAttributeResponse |
RetrieveAttributeResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveAttribute command from a JSON object. |
static RetrieveAttributeResponse |
RetrieveAttributeResponse.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveAttribute command from a JSON string. |
static RetrieveAttributeResponse |
RetrieveAttributeResponse.of(String thingId,
org.eclipse.ditto.json.JsonPointer attributePointer,
org.eclipse.ditto.json.JsonValue attributeValue,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a response to a
RetrieveAttribute command. |
RetrieveAttributeResponse |
RetrieveAttributeResponse.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
RetrieveAttributeResponse |
RetrieveAttributeResponse.setEntity(org.eclipse.ditto.json.JsonValue entity) |
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.