Klasse RestParameter
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestParameter
- Alle implementierten Schnittstellen:
- Serializable
- Siehe auch:
- 
FeldübersichtFelderModifizierer und TypFeldBeschreibungprotected StringThe parameter nameprotected StringThe type of the parameter for deserialization (one of { "STRING", "INTEGER", "BOOLEAN", "DOUBLE", "INSTANT" } )protected StringAll parameter values are serialized to their string representations.(Package privat) static final long
- 
KonstruktorübersichtKonstruktorenKonstruktorBeschreibungCreates a new RestParameter.RestParameter(String key, String parameterType, String parameterValue) Creates a new RestParameter.
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungboolean@NotNull StringgetKey()Returns the key.@NotNull StringReturns the parameterType.@NotNull StringReturns the parameterValue.inthashCode()voidSet the key.voidsetParameterType(String parameterType) Set the parameterType.voidsetParameterValue(String parameterValue) Set the parameterValue.toString()
- 
Felddetails- 
serialVersionUIDstatic final long serialVersionUID- Siehe auch:
 
- 
keyThe parameter name
- 
parameterTypeThe type of the parameter for deserialization (one of { "STRING", "INTEGER", "BOOLEAN", "DOUBLE", "INSTANT" } )
- 
parameterValueAll parameter values are serialized to their string representations. For deserialization refer to the parameterType.
 
- 
- 
Konstruktordetails- 
RestParameterpublic RestParameter()Creates a new RestParameter.
- 
RestParameterCreates a new RestParameter.
 
- 
- 
Methodendetails- 
getKeyReturns the key.- Gibt zurück:
- key
 
- 
setKeySet the key.- Parameter:
- key- the new key
 
- 
getParameterTypeReturns the parameterType.- Gibt zurück:
- parameterType
 
- 
setParameterTypeSet the parameterType.- Parameter:
- parameterType- the new parameterType
 
- 
getParameterValueReturns the parameterValue.- Gibt zurück:
- parameterValue
 
- 
setParameterValueSet the parameterValue.- Parameter:
- parameterValue- the new parameterValue
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-