public class Operation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
parameters |
protected String |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
addParameter(String key,
String value) |
void |
addParameters(Map<String,String> parameters) |
Map<String,String> |
getParameters() |
String |
getType() |
String |
toString() |
Copyright © 2013–2017 Cognifide. All rights reserved.