Class Parameter

java.lang.Object
com.creditcall.chipdnamobile.Parameter

public class Parameter extends Object
Key-Value pair data structure.
  • Constructor Details

    • Parameter

      public Parameter(String key, String value)
      Initializes a new instance of the Parameter class.
      Parameters:
      key - Key.
      value - Value.
  • Method Details

    • getKey

      public String getKey()
      Gets the Key.
      Returns:
      Key.
    • getValue

      public String getValue()
      Gets the Key.
      Returns:
      Key.
    • toString

      public String toString()
      Overrides:
      toString in class Object