public final class FetchSignatureResponse extends CwsResponse
Retrieves a list of Signatures, which the Member has issued, complete with information about how many times each signature has been used and of they have expired or not.
As signatures do not have an Id, a checksum of them will be returned, which os generated with the configured checksum algorithm.
Please see CwsResponse
for information about the result of the
processing.
Constructor and Description |
---|
FetchSignatureResponse()
Empty Constructor, to use if the setters are invoked.
|
FetchSignatureResponse(ReturnCode returnCode,
String returnMessage)
Error Constructor, used if an error occurred, and the request could not
complete successfully.
|
Modifier and Type | Method and Description |
---|---|
List<Signature> |
getSignatures() |
void |
setSignatures(List<Signature> signatures) |
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessage
public FetchSignatureResponse()
public FetchSignatureResponse(ReturnCode returnCode, String returnMessage)
returnCode
- The CWS Return CodereturnMessage
- The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.