Klasse RestParameter
java.lang.Object
de.dlr.proseo.ingestor.rest.model.RestParameter
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The parameter nameprotected String
The type of the parameter for deserialization (one of { "STRING", "INTEGER", "BOOLEAN", "DOUBLE", "INSTANT" } )protected String
All 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 String
getKey()
Returns the key.@NotNull String
Returns the parameterType.@NotNull String
Returns the parameterValue.int
hashCode()
void
Set the key.void
setParameterType
(String parameterType) Set the parameterType.void
setParameterValue
(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
-