@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class Channel extends Object
| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
Channel |
clickedCount(Integer clickedCount) |
Channel |
cost(BigDecimal cost) |
Channel |
dateAdded(org.threeten.bp.OffsetDateTime dateAdded) |
boolean |
equals(Object o) |
Channel |
failedAbuse(Integer failedAbuse) |
Channel |
failedCount(Integer failedCount) |
Integer |
getClickedCount()
The number of emails that have been clicked within this channel.
|
BigDecimal |
getCost()
The total cost for emails/attachments within this channel.
|
org.threeten.bp.OffsetDateTime |
getDateAdded()
The date the channel was added to your account.
|
Integer |
getFailedAbuse()
The number of emails that have been marked as abuse or complaint within this channel.
|
Integer |
getFailedCount()
The number of emails that have been bounced within this channel.
|
Integer |
getJobCount()
The number of email jobs this channel has been used with.
|
org.threeten.bp.OffsetDateTime |
getLastActivity()
The date the channel was last sent through.
|
String |
getName()
Descriptive name of the channel.
|
Integer |
getOpenedCount()
The number of emails that have been opened within this channel.
|
Integer |
getRecipientCount()
The number of emails attempted to be sent within this channel.
|
Integer |
getSentCount()
The number of emails that have been sent within this channel.
|
Integer |
getUnsubscribedCount()
The number of emails that have been unsubscribed within this channel.
|
int |
hashCode() |
Channel |
jobCount(Integer jobCount) |
Channel |
lastActivity(org.threeten.bp.OffsetDateTime lastActivity) |
Channel |
name(String name) |
Channel |
openedCount(Integer openedCount) |
Channel |
recipientCount(Integer recipientCount) |
Channel |
sentCount(Integer sentCount) |
void |
setClickedCount(Integer clickedCount) |
void |
setCost(BigDecimal cost) |
void |
setDateAdded(org.threeten.bp.OffsetDateTime dateAdded) |
void |
setFailedAbuse(Integer failedAbuse) |
void |
setFailedCount(Integer failedCount) |
void |
setJobCount(Integer jobCount) |
void |
setLastActivity(org.threeten.bp.OffsetDateTime lastActivity) |
void |
setName(String name) |
void |
setOpenedCount(Integer openedCount) |
void |
setRecipientCount(Integer recipientCount) |
void |
setSentCount(Integer sentCount) |
void |
setUnsubscribedCount(Integer unsubscribedCount) |
String |
toString() |
Channel |
unsubscribedCount(Integer unsubscribedCount) |
public String getName()
public void setName(String name)
public Channel dateAdded(org.threeten.bp.OffsetDateTime dateAdded)
public org.threeten.bp.OffsetDateTime getDateAdded()
public void setDateAdded(org.threeten.bp.OffsetDateTime dateAdded)
public Channel lastActivity(org.threeten.bp.OffsetDateTime lastActivity)
public org.threeten.bp.OffsetDateTime getLastActivity()
public void setLastActivity(org.threeten.bp.OffsetDateTime lastActivity)
public Integer getJobCount()
public void setJobCount(Integer jobCount)
public Integer getClickedCount()
public void setClickedCount(Integer clickedCount)
public Integer getOpenedCount()
public void setOpenedCount(Integer openedCount)
public Integer getRecipientCount()
public void setRecipientCount(Integer recipientCount)
public Integer getSentCount()
public void setSentCount(Integer sentCount)
public Integer getFailedCount()
public void setFailedCount(Integer failedCount)
public Integer getUnsubscribedCount()
public void setUnsubscribedCount(Integer unsubscribedCount)
public Integer getFailedAbuse()
public void setFailedAbuse(Integer failedAbuse)
public Channel cost(BigDecimal cost)
public BigDecimal getCost()
public void setCost(BigDecimal cost)
Copyright © 2019. All rights reserved.