public class VirgilCard extends Object
| Constructor and Description |
|---|
VirgilCard() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getConfirmed()
Return the confirmed flag.
|
Date |
getCreatedAt()
Returns the Virgil Card's creation date.
|
Map<String,String> |
getData() |
String |
getHash()
Returns Virgil Card's hash.
|
String |
getId()
Returns the Virgil Card's identifier.
|
IdentityInfo |
getIdentity() |
PublicKeyInfo |
getPublicKey() |
void |
setConfirmed(Boolean confirmed)
Sets the confirmed flag.
|
void |
setCreatedAt(Date createdAt)
Sets the Virgil Card's creation date.
|
void |
setData(Map<String,String> data) |
void |
setHash(String hash)
Sets Virgil Card's hash.
|
void |
setId(String id)
Sets the Virgil Card's identifier.
|
void |
setIdentity(IdentityInfo identity) |
void |
setPublicKey(PublicKeyInfo publicKey) |
public String getId()
public void setId(String id)
id - the Virgil Card's identifier.public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the Virgil Card's creation date.public Boolean getConfirmed()
true if Virgil Card
confirmed.public void setConfirmed(Boolean confirmed)
confirmed - the confirmed flag.public String getHash()
public void setHash(String hash)
hash - the Virgil Card's hash.public PublicKeyInfo getPublicKey()
public void setPublicKey(PublicKeyInfo publicKey)
publicKey - the public key to setpublic IdentityInfo getIdentity()
public void setIdentity(IdentityInfo identity)
identity - the the Virgil Card's identityCopyright © 2016. All rights reserved.