Package com.circleci.client.v2.model
Class EnvironmentVariablePair
- java.lang.Object
-
- com.circleci.client.v2.model.EnvironmentVariablePair
-
public class EnvironmentVariablePair extends Object
EnvironmentVariablePair
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description EnvironmentVariablePair()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()The name of the environment variable.StringgetValue()The value of the environment variable.inthashCode()EnvironmentVariablePairname(String name)voidsetName(String name)voidsetValue(String value)StringtoString()EnvironmentVariablePairvalue(String value)
-
-
-
Field Detail
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VALUE
public static final String JSON_PROPERTY_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public EnvironmentVariablePair name(String name)
-
getName
public String getName()
The name of the environment variable.- Returns:
- name
-
setName
public void setName(String name)
-
value
public EnvironmentVariablePair value(String value)
-
getValue
public String getValue()
The value of the environment variable.- Returns:
- value
-
setValue
public void setValue(String value)
-
-