public class Value extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_TRUST |
| Constructor and Description |
|---|
Value(String value) |
Value(String value,
String trust) |
| Modifier and Type | Method and Description |
|---|---|
static Value |
fromJson(String json) |
String |
getTrust() |
String |
getValue() |
static Value |
newInstance(String value) |
static Value |
newInstance(String value,
String trust) |
void |
setTrust(String trust) |
void |
setValue(String value) |
String |
toJson() |
Copyright © 2018. All rights reserved.