public class Document extends Object
| Constructor and Description |
|---|
Document(String index,
String type,
String correlationId,
org.json.simple.JSONObject resource) |
| Modifier and Type | Method and Description |
|---|---|
static Document |
fromJson(String json) |
String |
getCorrelationId() |
String |
getIndex() |
org.json.simple.JSONObject |
getResource() |
String |
getType() |
String |
toJSONString() |
Copyright © 2015 eGovernments Foundation. All rights reserved.