@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class RecipientEvent extends Object
| Constructor and Description |
|---|
RecipientEvent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIncludeDocuments()
When set to true, the PDF documents are included in the message along with the updated XML.
|
String |
getRecipientEventStatusCode()
The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded.
|
int |
hashCode() |
void |
setIncludeDocuments(String includeDocuments) |
void |
setRecipientEventStatusCode(String recipientEventStatusCode) |
String |
toString() |
public String getIncludeDocuments()
When set to true, the PDF documents are included in the message along with the updated XML.
public void setIncludeDocuments(String includeDocuments)
public String getRecipientEventStatusCode()
The recipient status, this can be Sent, Delivered, Completed, Declined, AuthenticationFailed, and AutoResponded.
public void setRecipientEventStatusCode(String recipientEventStatusCode)
Copyright © 2017. All Rights Reserved.