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