Package com.circleci.client.v2.model
Class EnvironmentVariablePair1
- java.lang.Object
-
- com.circleci.client.v2.model.EnvironmentVariablePair1
-
public class EnvironmentVariablePair1 extends Object
EnvironmentVariablePair1
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_VALUE
-
Constructor Summary
Constructors Constructor Description EnvironmentVariablePair1()
-
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()EnvironmentVariablePair1name(String name)voidsetName(String name)voidsetValue(String value)StringtoString()EnvironmentVariablePair1value(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 EnvironmentVariablePair1 name(String name)
-
getName
public String getName()
The name of the environment variable.- Returns:
- name
-
setName
public void setName(String name)
-
value
public EnvironmentVariablePair1 value(String value)
-
getValue
public String getValue()
The value of the environment variable.- Returns:
- value
-
setValue
public void setValue(String value)
-
-