Package org.jenkinsci.plugins.torque.api
Class EnvironmentNameValueResponse
- java.lang.Object
-
- org.jenkinsci.plugins.torque.api.EnvironmentNameValueResponse
-
public class EnvironmentNameValueResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description EnvironmentNameValueResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Get nameStringgetValue()Get valueinthashCode()EnvironmentNameValueResponsename(String name)voidsetName(String name)voidsetValue(String value)StringtoString()EnvironmentNameValueResponsevalue(String value)
-
-
-
Method Detail
-
name
public EnvironmentNameValueResponse name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
value
public EnvironmentNameValueResponse value(String value)
-
getValue
public String getValue()
Get value- Returns:
- value
-
setValue
public void setValue(String value)
-
-