Package de.dlr.proseo.procmgr.rest.model
Class RestStringParameter
java.lang.Object
de.dlr.proseo.procmgr.rest.model.RestStringParameter
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new RestStringParameter.RestStringParameter(String key, String value) Creates a new RestStringParameter. -
Method Summary
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
key
The parameter key -
value
The parameter value
-
-
Constructor Details
-
RestStringParameter
public RestStringParameter()Creates a new RestStringParameter. -
RestStringParameter
Creates a new RestStringParameter.
-
-
Method Details
-
getKey
Returns the key.- Returns:
- key
-
setKey
Set the key.- Parameters:
key- the new key
-
getValue
Returns the value.- Returns:
- value
-
setValue
Set the value.- Parameters:
value- the new value
-
hashCode
public int hashCode() -
equals
-
toString
-