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