public class Variable extends Object
Constructor and Description |
---|
Variable() |
Modifier and Type | Method and Description |
---|---|
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)
Copyright © 2019. All rights reserved.