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 boolean
equals(Object o)
String
getName()
Get nameString
getValue()
Get valueint
hashCode()
EnvironmentNameValueResponse
name(String name)
void
setName(String name)
void
setValue(String value)
String
toString()
EnvironmentNameValueResponse
value(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)
-
-