public class Value extends Object
| Constructor and Description |
|---|
Value() |
| Modifier and Type | Method and Description |
|---|---|
static Value |
fromJson(String json) |
Constants.Type |
getType() |
String |
getValue() |
static Value |
newInstance(String value,
Constants.Type type) |
Value |
setType(Constants.Type type) |
Value |
setValue(String value) |
String |
toJson() |
public String getValue()
public static Value newInstance(String value, Constants.Type type)
public String toJson()
public Constants.Type getType()
public Value setType(Constants.Type type)
Copyright © 2019. All rights reserved.