Package com.creditcall.chipdnamobile
Class Parameter
- java.lang.Object
-
- com.creditcall.chipdnamobile.Parameter
-
public class Parameter extends java.lang.ObjectKey-Value pair data structure.
-
-
Constructor Summary
Constructors Constructor Description Parameter(java.lang.String key, java.lang.String value)Initializes a new instance of the Parameter class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()Gets the Key.java.lang.StringgetValue()Gets the Key.java.lang.StringtoString()
-