com.cloudbees.api.config
Class ParameterSettings
java.lang.Object
com.cloudbees.api.config.ParameterSettings
- All Implemented Interfaces:
- Map.Entry<String,String>
public class ParameterSettings
- extends Object
- implements Map.Entry<String,String>
Key/value pair, used as the persistence structure for XStream
but hidden from users of this package.
- Author:
- Fabian Donze
ParameterSettings
public ParameterSettings(String name,
String value)
getName
public String getName()
getKey
public String getKey()
- Specified by:
getKey in interface Map.Entry<String,String>
toString
public String toString()
- Overrides:
toString in class Object
setName
public void setName(String name)
getValue
public String getValue()
- Specified by:
getValue in interface Map.Entry<String,String>
setValue
public String setValue(String value)
- Specified by:
setValue in interface Map.Entry<String,String>
equals
public boolean equals(Object o)
- Specified by:
equals in interface Map.Entry<String,String>- Overrides:
equals in class Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface Map.Entry<String,String>- Overrides:
hashCode in class Object
Copyright © 2011-2013. All Rights Reserved.