java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.KeyValues

public final class KeyValues extends Object
The key values indicates the information to be updated to the server.
  • Constructor Details

    • KeyValues

      public KeyValues()
  • Method Details

    • setKey

      public void setKey(String key)
      Sets the key of this object.
      Parameters:
      The - key of this object.
    • setValue

      public void setValue(String value)
      Sets the value of this object.
      Parameters:
      The - value of this object.
    • getKey

      public String getKey()
      Fetches the key of this object.
      Returns:
      The key of this object.
    • getValue

      public String getValue()
      Fetches the value of this object.
      Returns:
      The value of this object.