Klasse RestParameter
java.lang.Object
de.dlr.proseo.prodclmgr.rest.model.RestParameter
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer 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übersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestParameter.RestParameter(String key, String parameterType, String parameterValue) Creates a new RestParameter. -
Methodenübersicht
Modifizierer 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
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
key
The parameter name -
parameterType
The type of the parameter for deserialization (one of { "STRING", "INTEGER", "BOOLEAN", "DOUBLE", "INSTANT" } ) -
parameterValue
All parameter values are serialized to their string representations. For deserialization refer to the parameterType.
-
-
Konstruktordetails
-
RestParameter
public RestParameter()Creates a new RestParameter. -
RestParameter
Creates a new RestParameter.
-
-
Methodendetails
-
getKey
Returns the key.- Gibt zurück:
- key
-
setKey
Set the key.- Parameter:
key- the new key
-
getParameterType
Returns the parameterType.- Gibt zurück:
- parameterType
-
setParameterType
Set the parameterType.- Parameter:
parameterType- the new parameterType
-
getParameterValue
Returns the parameterValue.- Gibt zurück:
- parameterValue
-
setParameterValue
Set the parameterValue.- Parameter:
parameterValue- the new parameterValue
-
hashCode
public int hashCode() -
equals
-
toString
-