public class Parameter extends Object
| Constructor and Description |
|---|
Parameter() |
Parameter(Path path) |
Parameter(String json) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCachedValue() |
String |
getJson() |
Path |
getPath() |
ParamType |
getType() |
boolean |
hasEvaluated() |
void |
setCachedValue(Object cachedValue) |
void |
setEvaluated(Boolean evaluated) |
void |
setJson(String json) |
void |
setPath(Path path) |
void |
setType(ParamType type) |
public Parameter()
public Parameter(String json)
public Parameter(Path path)
public Object getCachedValue()
public void setCachedValue(Object cachedValue)
public Path getPath()
public void setEvaluated(Boolean evaluated)
public boolean hasEvaluated()
public ParamType getType()
public void setType(ParamType type)
public void setPath(Path path)
public String getJson()
public void setJson(String json)
Copyright © 2016. All rights reserved.