public class SignedResponseModel extends Object
| Constructor and Description |
|---|
SignedResponseModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCardId() |
String |
getContentSnapshot() |
SignedResponseMetaModel |
getMeta() |
void |
setCardId(String cardId) |
void |
setContentSnapshot(String contentSnapshot) |
void |
setMeta(SignedResponseMetaModel meta) |
public String getCardId()
public void setCardId(String cardId)
cardId - the cardId to setpublic String getContentSnapshot()
public void setContentSnapshot(String contentSnapshot)
contentSnapshot - the contentSnapshot to setpublic SignedResponseMetaModel getMeta()
public void setMeta(SignedResponseMetaModel meta)
meta - the meta to setCopyright © 2016. All rights reserved.