@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-05T09:29:01.544Z") public class AccountOverview extends Object
| Constructor and Description |
|---|
AccountOverview() |
| Modifier and Type | Method and Description |
|---|---|
AccountOverview |
blockedContactsCount(Long blockedContactsCount) |
AccountOverview |
campaignCount(Long campaignCount) |
AccountOverview |
contactCount(Long contactCount) |
AccountOverview |
costPerThousand(BigDecimal costPerThousand) |
AccountOverview |
credit(BigDecimal credit) |
boolean |
equals(Object o) |
Long |
getBlockedContactsCount()
Number of contacts currently with blocked status of Unsubscribed, Complaint, Bounced or InActive
|
Long |
getCampaignCount()
Number of created campaigns
|
Long |
getContactCount()
Number of contacts
|
BigDecimal |
getCostPerThousand()
Cost of 1000 emails
|
BigDecimal |
getCredit()
Amount of emails sent from this account
|
Long |
getInProgressCount()
Number of messages in progress
|
Long |
getReferralCount()
Number of active referrals
|
Double |
getReputation()
Numeric reputation
|
Long |
getSubAccountCount()
Number of created subaccounts
|
Long |
getTemplateCount()
Number of available templates
|
Long |
getTotalEmailsSent()
Amount of emails sent from this account
|
int |
hashCode() |
AccountOverview |
inProgressCount(Long inProgressCount) |
AccountOverview |
referralCount(Long referralCount) |
AccountOverview |
reputation(Double reputation) |
void |
setBlockedContactsCount(Long blockedContactsCount) |
void |
setCampaignCount(Long campaignCount) |
void |
setContactCount(Long contactCount) |
void |
setCostPerThousand(BigDecimal costPerThousand) |
void |
setCredit(BigDecimal credit) |
void |
setInProgressCount(Long inProgressCount) |
void |
setReferralCount(Long referralCount) |
void |
setReputation(Double reputation) |
void |
setSubAccountCount(Long subAccountCount) |
void |
setTemplateCount(Long templateCount) |
void |
setTotalEmailsSent(Long totalEmailsSent) |
AccountOverview |
subAccountCount(Long subAccountCount) |
AccountOverview |
templateCount(Long templateCount) |
String |
toString() |
AccountOverview |
totalEmailsSent(Long totalEmailsSent) |
public AccountOverview totalEmailsSent(Long totalEmailsSent)
public Long getTotalEmailsSent()
public void setTotalEmailsSent(Long totalEmailsSent)
public AccountOverview credit(BigDecimal credit)
public BigDecimal getCredit()
public void setCredit(BigDecimal credit)
public AccountOverview costPerThousand(BigDecimal costPerThousand)
public BigDecimal getCostPerThousand()
public void setCostPerThousand(BigDecimal costPerThousand)
public AccountOverview inProgressCount(Long inProgressCount)
public Long getInProgressCount()
public void setInProgressCount(Long inProgressCount)
public AccountOverview blockedContactsCount(Long blockedContactsCount)
public Long getBlockedContactsCount()
public void setBlockedContactsCount(Long blockedContactsCount)
public AccountOverview reputation(Double reputation)
public Double getReputation()
public void setReputation(Double reputation)
public AccountOverview contactCount(Long contactCount)
public Long getContactCount()
public void setContactCount(Long contactCount)
public AccountOverview campaignCount(Long campaignCount)
public Long getCampaignCount()
public void setCampaignCount(Long campaignCount)
public AccountOverview templateCount(Long templateCount)
public Long getTemplateCount()
public void setTemplateCount(Long templateCount)
public AccountOverview subAccountCount(Long subAccountCount)
public Long getSubAccountCount()
public void setSubAccountCount(Long subAccountCount)
public AccountOverview referralCount(Long referralCount)
public Long getReferralCount()
public void setReferralCount(Long referralCount)
Copyright © 2019. All rights reserved.