Class KeyValues
- java.lang.Object
-
- com.gemalto.mfs.mwsdk.mobilegateway.enrollment.KeyValues
-
public final class KeyValues extends java.lang.Object
Key values indicates the information to be update to the server
-
-
Constructor Summary
Constructors Constructor Description KeyValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getKey()
Fetch the key of this objectjava.lang.String
getValue()
Fetch the value of this objectvoid
setKey(java.lang.String key)
Set the key of this object.void
setValue(java.lang.String value)
Set the value of this object.
-
-
-
Method Detail
-
setKey
public void setKey(java.lang.String key)
Set the key of this object.- Parameters:
key
- of this object.
-
setValue
public void setValue(java.lang.String value)
Set the value of this object.- Parameters:
value
- of this object.
-
getKey
public java.lang.String getKey()
Fetch the key of this object- Returns:
- the key of this object
-
getValue
public java.lang.String getValue()
Fetch the value of this object- Returns:
- the value of this object
-
-