| Modifier and Type | Method and Description |
|---|---|
static AttributeCreated |
AttributeCreated.fromJson(org.eclipse.ditto.json.JsonObject jsonObject,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
AttributeCreated from a JSON object. |
static AttributeCreated |
AttributeCreated.fromJson(String jsonString,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Creates a new
AttributeCreated from a JSON string. |
static AttributeCreated |
AttributeCreated.of(String thingId,
org.eclipse.ditto.json.JsonPointer attributePointer,
org.eclipse.ditto.json.JsonValue attributeValue,
long revision,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Constructs a new
AttributeCreated object. |
static AttributeCreated |
AttributeCreated.of(String thingId,
org.eclipse.ditto.json.JsonPointer attributePointer,
org.eclipse.ditto.json.JsonValue attributeValue,
long revision,
Instant timestamp,
org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
Constructs a new
AttributeCreated object. |
AttributeCreated |
AttributeCreated.setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
AttributeCreated |
AttributeCreated.setRevision(long revision) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.