public class CreateCardModel extends Object
| Constructor and Description |
|---|
CreateCardModel()
Create a new instance of
CreateCardModel |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getData() |
String |
getIdentity() |
String |
getIdentityType() |
DeviceInfo |
getInfo() |
String |
getPublicKey() |
CardScope |
getScope() |
void |
setData(Map<String,String> data) |
void |
setIdentity(String identity) |
void |
setIdentityType(String identityType) |
void |
setInfo(DeviceInfo info) |
void |
setPublicKey(String publicKey) |
void |
setScope(CardScope scope) |
public CreateCardModel()
CreateCardModelpublic String getIdentity()
public void setIdentity(String identity)
identity - the identity to setpublic String getIdentityType()
public void setIdentityType(String identityType)
identityType - the identityType to setpublic String getPublicKey()
public void setPublicKey(String publicKey)
publicKey - the publicKey to setpublic CardScope getScope()
public void setScope(CardScope scope)
scope - the scope to setpublic DeviceInfo getInfo()
public void setInfo(DeviceInfo info)
info - the info to setCopyright © 2016. All rights reserved.