public class SignatureCheckImpl extends java.lang.Object implements SignatureCheck
| Constructor and Description |
|---|
SignatureCheckImpl(int code,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
Returns the response code of the check.
|
java.lang.String |
getMessage()
Returns the textual response message of the check (corresponding to the
code).
|
public int getCode()
SignatureCheckgetCode in interface SignatureCheckpublic java.lang.String getMessage()
SignatureCheckgetMessage in interface SignatureCheck