Class KeyValues
java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.KeyValues
The key values indicates the information to be updated to the server.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
KeyValues
public KeyValues()
-
-
Method Details
-
setKey
Sets the key of this object.- Parameters:
The- key of this object.
-
setValue
Sets the value of this object.- Parameters:
The- value of this object.
-
getKey
Fetches the key of this object.- Returns:
- The key of this object.
-
getValue
Fetches the value of this object.- Returns:
- The value of this object.
-