public class BulkSendErrorStatus extends Object
| Constructor and Description |
|---|
BulkSendErrorStatus() |
| Modifier and Type | Method and Description |
|---|---|
BulkSendErrorStatus |
addRecipientEmailsItem(String recipientEmailsItem) |
BulkSendErrorStatus |
created(String created) |
boolean |
equals(Object o) |
BulkSendErrorStatus |
errorMessage(String errorMessage) |
String |
getCreated() |
String |
getErrorMessage() |
List<String> |
getRecipientEmails() |
int |
hashCode() |
BulkSendErrorStatus |
recipientEmails(List<String> recipientEmails) |
void |
setCreated(String created) |
void |
setErrorMessage(String errorMessage) |
void |
setRecipientEmails(List<String> recipientEmails) |
String |
toString() |
public BulkSendErrorStatus created(String created)
public String getCreated()
public void setCreated(String created)
public BulkSendErrorStatus errorMessage(String errorMessage)
public String getErrorMessage()
public void setErrorMessage(String errorMessage)
public BulkSendErrorStatus recipientEmails(List<String> recipientEmails)
public BulkSendErrorStatus addRecipientEmailsItem(String recipientEmailsItem)
Copyright © 2020. All rights reserved.