public class SignResponse extends Sign
| Constructor and Description |
|---|
SignResponse() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getId() |
String |
getSignerCardId()
Returns the signer card identifier.
|
void |
setCreatedAt(Date createdAt)
Sets the sinned card's creation date.
|
void |
setId(String id)
Sets the signed card identifier.
|
void |
setSignerCardId(String signerCardId)
Sets the signer card identifier.
|
getData, getSignedCardId, getSignedDigest, setData, setSignedCardId, setSignedDigestpublic String getId()
public void setId(String id)
id - the signed card identifier to set.public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt - the sinned card's creation date.public String getSignerCardId()
public void setSignerCardId(String signerCardId)
signerCardId - the signer card identifier.Copyright © 2016. All rights reserved.