public class Variable extends Object
Constructor and Description |
---|
Variable() |
Variable(String key,
String value) |
Modifier and Type | Method and Description |
---|---|
static List<Variable> |
convertMapToList(Map<String,String> variables)
Create a List of Variable from the provided Map.
|
String |
getEnvironmentScope() |
String |
getKey() |
Boolean |
getProtected() |
String |
getValue() |
void |
setEnvironmentScope(String environmentScope) |
void |
setKey(String key) |
void |
setProtected(Boolean isProtected) |
void |
setValue(String value) |
String |
toString() |
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public Boolean getProtected()
public void setProtected(Boolean isProtected)
public String getEnvironmentScope()
public void setEnvironmentScope(String environmentScope)
public static final List<Variable> convertMapToList(Map<String,String> variables)
variables
- the Map to convert to a List of VariableCopyright © 2019. All rights reserved.