public final class SlpcDocument extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTRACT_VERSION |
static String |
IDENTITY_SPEC_VERSION |
| Constructor and Description |
|---|
SlpcDocument(SlpcObject root) |
| Modifier and Type | Method and Description |
|---|---|
SlpcObject |
analysisContext() |
String |
contractVersion() |
boolean |
equals(Object other) |
int |
hashCode() |
String |
identitySpecVersion() |
SlpcObject |
producer() |
List<Object> |
records(String collection) |
SlpcObject |
root() |
static SlpcObject.Builder |
rootBuilder() |
public static final String CONTRACT_VERSION
public static final String IDENTITY_SPEC_VERSION
public SlpcDocument(SlpcObject root)
public SlpcObject root()
public String contractVersion()
public String identitySpecVersion()
public SlpcObject producer()
public SlpcObject analysisContext()
public static SlpcObject.Builder rootBuilder()