public class SignatureVerifyDocumentResult extends Object
NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
| Constructor and Description |
|---|
SignatureVerifyDocumentResult() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAuthentic() |
List<String> |
getDatesSigned() |
List<SignatureSignerInfo> |
getRecipients() |
List<String> |
getReferences() |
void |
setAuthentic(Boolean authentic) |
void |
setDatesSigned(List<String> datesSigned) |
void |
setRecipients(List<SignatureSignerInfo> recipients) |
void |
setReferences(List<String> references) |
String |
toString() |
public Boolean getAuthentic()
public void setAuthentic(Boolean authentic)
public List<SignatureSignerInfo> getRecipients()
public void setRecipients(List<SignatureSignerInfo> recipients)
Copyright © 2014 GroupDocs. All Rights Reserved.