public interface Request
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument() |
Object |
getVariable(String key) |
Map<String,Object> |
getVariables() |
Request |
resetVariables() |
Request |
setVariable(String key,
Object value) |
void |
setVariables(Map<String,Object> variables) |
String |
toJson() |
Copyright © 2018–2021. All rights reserved.