public class Mail extends Object implements Serializable
| Constructor and Description |
|---|
Mail() |
| Modifier and Type | Method and Description |
|---|---|
Mail |
addRecipientsItem(Recipient recipientsItem) |
Mail |
approvedCost(Long approvedCost) |
Mail |
body(String body) |
boolean |
equals(Object o) |
Long |
getApprovedCost()
approved_cost integer
|
String |
getBody()
body string
|
List<Recipient> |
getRecipients()
recipients array
|
String |
getSubject()
subject string
|
int |
hashCode() |
Mail |
recipients(List<Recipient> recipients) |
void |
setApprovedCost(Long approvedCost) |
void |
setBody(String body) |
void |
setRecipients(List<Recipient> recipients) |
void |
setSubject(String subject) |
Mail |
subject(String subject) |
String |
toString() |
public String getSubject()
public void setSubject(String subject)
public String getBody()
public void setBody(String body)
public Long getApprovedCost()
public void setApprovedCost(Long approvedCost)
Copyright © 2017. All Rights Reserved.