public class Acknowledgement extends Object
| Constructor and Description |
|---|
Acknowledgement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Gets a narrative description of the error, if any.
|
boolean |
isSuccess()
Gets the success flag.
|
void |
setError(String error)
Sets a narrative description of the error, if any.
|
void |
setSuccess(boolean success)
Sets the success flag.
|
public boolean isSuccess()
public void setSuccess(boolean success)
success - true if the API call succeeded.public String getError()
public void setError(String error)
error - narrative description of any error.Copyright © 2019 BlockChyp, Inc.. All rights reserved.