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