public class CaptureSignatureResponse extends Object implements IAbstractAcknowledgement, ISignatureResponse
| Constructor and Description |
|---|
CaptureSignatureResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Gets the error, if an error occurred.
|
String |
getResponseDescription()
Gets a narrative description of the transaction result.
|
String |
getSigFile()
Gets the hex encoded signature data.
|
boolean |
isSuccess()
Gets whether or not the request succeeded.
|
void |
setError(String value)
Sets the error, if an error occurred.
|
void |
setResponseDescription(String value)
Sets a narrative description of the transaction result.
|
void |
setSigFile(String value)
Sets the hex encoded signature data.
|
void |
setSuccess(boolean value)
Sets whether or not the request succeeded.
|
public void setSuccess(boolean value)
value - whether or not the request succeeded.public boolean isSuccess()
isSuccess in interface IAbstractAcknowledgementpublic void setError(String value)
value - the error, if an error occurred.public String getError()
getError in interface IAbstractAcknowledgementpublic void setResponseDescription(String value)
value - a narrative description of the transaction result.public String getResponseDescription()
getResponseDescription in interface IAbstractAcknowledgementpublic void setSigFile(String value)
value - the hex encoded signature data.public String getSigFile()
getSigFile in interface ISignatureResponseCopyright © 2020 BlockChyp, Inc.. All rights reserved.