public class Parameter
extends Object
Key-Value pair data structure.
-
Constructor Summary
Constructors
Initializes a new instance of the Parameter class.
-
Method Summary
-
Constructor Details
-
Parameter
Initializes a new instance of the Parameter class.
- Parameters:
key - Key.
value - Value.
-
Method Details
-
getKey
Gets the Key.
- Returns:
- Key.
-
getValue
Gets the Key.
- Returns:
- Key.
-