public class TemplateUse extends Object
TemplateUse class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected LinkedHashMap<String,String> |
parameters |
| Constructor and Description |
|---|
TemplateUse()
Constructor for TemplateUse.
|
TemplateUse(String value)
Constructor for TemplateUse.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Getter for the field
key. |
LinkedHashMap<String,String> |
getParameters()
Getter for the field
parameters. |
void |
setKey(String key)
Setter for the field
key. |
void |
setParameters(LinkedHashMap<String,String> parameters)
Setter for the field
parameters. |
String |
toString()
toString.
|
protected String key
protected LinkedHashMap<String,String> parameters
public TemplateUse(String value)
Constructor for TemplateUse.
value - a String object.public TemplateUse()
Constructor for TemplateUse.
public LinkedHashMap<String,String> getParameters()
Getter for the field parameters.
LinkedHashMap object.public void setParameters(LinkedHashMap<String,String> parameters)
Setter for the field parameters.
parameters - a LinkedHashMap object.Copyright © 2015 Mulesoft. All rights reserved.