@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class AccountCore extends Object
| Constructor and Description |
|---|
AccountCore() |
| Modifier and Type | Method and Description |
|---|---|
AccountCore |
accountPaymentUrl(String accountPaymentUrl) |
AccountCore |
affiliateLink(String affiliateLink) |
AccountCore |
apiKey(String apiKey) |
AccountCore |
autoCreditAmount(BigDecimal autoCreditAmount) |
AccountCore |
autoCreditLevel(BigDecimal autoCreditLevel) |
AccountCore |
autoCreditStatus(String autoCreditStatus) |
AccountCore |
contentTransferEncoding(String contentTransferEncoding) |
AccountCore |
dailySendLimit(Integer dailySendLimit) |
AccountCore |
dateCreated(org.threeten.bp.OffsetDateTime dateCreated) |
AccountCore |
emailCredits(Integer emailCredits) |
AccountCore |
enablePrivateBranding(Boolean enablePrivateBranding) |
boolean |
equals(Object o) |
String |
getAccountPaymentUrl()
URL for making payments.
|
String |
getAffiliateLink()
URL for affiliating.
|
String |
getApiKey()
ApiKey that gives you access to our SMTP and HTTP API's.
|
BigDecimal |
getAutoCreditAmount()
When AutoCreditStatus is Enabled, the amount of credit to be recharged.
|
BigDecimal |
getAutoCreditLevel()
When AutoCreditStatus is Enabled, the credit level that triggers the credit to be recharged.
|
String |
getAutoCreditStatus()
Status of automatic payments configuration.
|
String |
getContentTransferEncoding()
Type of content encoding
|
Integer |
getDailySendLimit()
Amount of emails account can send daily
|
org.threeten.bp.OffsetDateTime |
getDateCreated()
Creation date.
|
Integer |
getEmailCredits()
Amount of email credits
|
Long |
getMonthlyEmailsSent()
Amount of emails sent from this account
|
String |
getPaymentFormUrl()
URL form for payments.
|
BigDecimal |
getPricePerEmail()
Amount of emails sent from this account
|
String |
getPrivateBrandingUrl()
Subdomain for your rebranded service
|
String |
getPublicAccountID()
Public key for limited access to your account such as contact/add so you can use it safely on public websites.
|
String |
getSmtp()
Address of SMTP server.
|
String |
getSmtpAlternative()
Address of alternative SMTP server.
|
String |
getStatusFormatted()
Account status: Active
|
Integer |
getStatusNumber()
Number of status: 1 - Active
|
String |
getSupportLink()
Address to your support.
|
int |
hashCode() |
Boolean |
isEnablePrivateBranding()
True: Turn on or off ability to send mails under your brand.
|
Boolean |
isIsSub()
True, if account is a subaccount.
|
Boolean |
isIsUser()
Get isUser
|
Boolean |
isLinkTracking()
True, if you have enabled link tracking.
|
Boolean |
isNeedsSMSVerification()
Get needsSMSVerification
|
AccountCore |
isSub(Boolean isSub) |
AccountCore |
isUser(Boolean isUser) |
AccountCore |
linkTracking(Boolean linkTracking) |
AccountCore |
monthlyEmailsSent(Long monthlyEmailsSent) |
AccountCore |
needsSMSVerification(Boolean needsSMSVerification) |
AccountCore |
paymentFormUrl(String paymentFormUrl) |
AccountCore |
pricePerEmail(BigDecimal pricePerEmail) |
AccountCore |
privateBrandingUrl(String privateBrandingUrl) |
AccountCore |
publicAccountID(String publicAccountID) |
void |
setAccountPaymentUrl(String accountPaymentUrl) |
void |
setAffiliateLink(String affiliateLink) |
void |
setApiKey(String apiKey) |
void |
setAutoCreditAmount(BigDecimal autoCreditAmount) |
void |
setAutoCreditLevel(BigDecimal autoCreditLevel) |
void |
setAutoCreditStatus(String autoCreditStatus) |
void |
setContentTransferEncoding(String contentTransferEncoding) |
void |
setDailySendLimit(Integer dailySendLimit) |
void |
setDateCreated(org.threeten.bp.OffsetDateTime dateCreated) |
void |
setEmailCredits(Integer emailCredits) |
void |
setEnablePrivateBranding(Boolean enablePrivateBranding) |
void |
setIsSub(Boolean isSub) |
void |
setIsUser(Boolean isUser) |
void |
setLinkTracking(Boolean linkTracking) |
void |
setMonthlyEmailsSent(Long monthlyEmailsSent) |
void |
setNeedsSMSVerification(Boolean needsSMSVerification) |
void |
setPaymentFormUrl(String paymentFormUrl) |
void |
setPricePerEmail(BigDecimal pricePerEmail) |
void |
setPrivateBrandingUrl(String privateBrandingUrl) |
void |
setPublicAccountID(String publicAccountID) |
void |
setSmtp(String smtp) |
void |
setSmtpAlternative(String smtpAlternative) |
void |
setStatusFormatted(String statusFormatted) |
void |
setStatusNumber(Integer statusNumber) |
void |
setSupportLink(String supportLink) |
AccountCore |
smtp(String smtp) |
AccountCore |
smtpAlternative(String smtpAlternative) |
AccountCore |
statusFormatted(String statusFormatted) |
AccountCore |
statusNumber(Integer statusNumber) |
AccountCore |
supportLink(String supportLink) |
String |
toString() |
public AccountCore publicAccountID(String publicAccountID)
public String getPublicAccountID()
public void setPublicAccountID(String publicAccountID)
public AccountCore apiKey(String apiKey)
public String getApiKey()
public void setApiKey(String apiKey)
public AccountCore isSub(Boolean isSub)
public Boolean isIsSub()
public void setIsSub(Boolean isSub)
public AccountCore isUser(Boolean isUser)
public Boolean isIsUser()
public void setIsUser(Boolean isUser)
public AccountCore statusNumber(Integer statusNumber)
public Integer getStatusNumber()
public void setStatusNumber(Integer statusNumber)
public AccountCore statusFormatted(String statusFormatted)
public String getStatusFormatted()
public void setStatusFormatted(String statusFormatted)
public AccountCore paymentFormUrl(String paymentFormUrl)
public String getPaymentFormUrl()
public void setPaymentFormUrl(String paymentFormUrl)
public AccountCore enablePrivateBranding(Boolean enablePrivateBranding)
public Boolean isEnablePrivateBranding()
public void setEnablePrivateBranding(Boolean enablePrivateBranding)
public AccountCore supportLink(String supportLink)
public String getSupportLink()
public void setSupportLink(String supportLink)
public AccountCore privateBrandingUrl(String privateBrandingUrl)
public String getPrivateBrandingUrl()
public void setPrivateBrandingUrl(String privateBrandingUrl)
public AccountCore affiliateLink(String affiliateLink)
public String getAffiliateLink()
public void setAffiliateLink(String affiliateLink)
public AccountCore monthlyEmailsSent(Long monthlyEmailsSent)
public Long getMonthlyEmailsSent()
public void setMonthlyEmailsSent(Long monthlyEmailsSent)
public AccountCore emailCredits(Integer emailCredits)
public Integer getEmailCredits()
public void setEmailCredits(Integer emailCredits)
public AccountCore pricePerEmail(BigDecimal pricePerEmail)
public BigDecimal getPricePerEmail()
public void setPricePerEmail(BigDecimal pricePerEmail)
public AccountCore accountPaymentUrl(String accountPaymentUrl)
public String getAccountPaymentUrl()
public void setAccountPaymentUrl(String accountPaymentUrl)
public AccountCore smtp(String smtp)
public String getSmtp()
public void setSmtp(String smtp)
public AccountCore smtpAlternative(String smtpAlternative)
public String getSmtpAlternative()
public void setSmtpAlternative(String smtpAlternative)
public AccountCore autoCreditStatus(String autoCreditStatus)
public String getAutoCreditStatus()
public void setAutoCreditStatus(String autoCreditStatus)
public AccountCore autoCreditLevel(BigDecimal autoCreditLevel)
public BigDecimal getAutoCreditLevel()
public void setAutoCreditLevel(BigDecimal autoCreditLevel)
public AccountCore autoCreditAmount(BigDecimal autoCreditAmount)
public BigDecimal getAutoCreditAmount()
public void setAutoCreditAmount(BigDecimal autoCreditAmount)
public AccountCore dailySendLimit(Integer dailySendLimit)
public Integer getDailySendLimit()
public void setDailySendLimit(Integer dailySendLimit)
public AccountCore dateCreated(org.threeten.bp.OffsetDateTime dateCreated)
public org.threeten.bp.OffsetDateTime getDateCreated()
public void setDateCreated(org.threeten.bp.OffsetDateTime dateCreated)
public AccountCore linkTracking(Boolean linkTracking)
public Boolean isLinkTracking()
public void setLinkTracking(Boolean linkTracking)
public AccountCore contentTransferEncoding(String contentTransferEncoding)
public String getContentTransferEncoding()
public void setContentTransferEncoding(String contentTransferEncoding)
public AccountCore needsSMSVerification(Boolean needsSMSVerification)
public Boolean isNeedsSMSVerification()
public void setNeedsSMSVerification(Boolean needsSMSVerification)
Copyright © 2019. All rights reserved.