Package org.gitlab4j.api.models
Class Variable
- java.lang.Object
-
- org.gitlab4j.api.models.Variable
-
public class Variable extends Object
-
-
Constructor Summary
Constructors Constructor Description Variable()
-
Method Summary
Modifier and Type Method Description StringgetEnvironmentScope()StringgetKey()BooleangetProtected()StringgetValue()voidsetEnvironmentScope(String environmentScope)voidsetKey(String key)voidsetProtected(Boolean isProtected)voidsetValue(String value)StringtoString()
-
-
-
Method Detail
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getProtected
public Boolean getProtected()
-
setProtected
public void setProtected(Boolean isProtected)
-
getEnvironmentScope
public String getEnvironmentScope()
-
setEnvironmentScope
public void setEnvironmentScope(String environmentScope)
-
-