@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-29T15:32:30.861Z") public class BouncedCategorySummary extends Object
| Constructor and Description |
|---|
BouncedCategorySummary() |
| Modifier and Type | Method and Description |
|---|---|
BouncedCategorySummary |
accountProblem(Long accountProblem) |
BouncedCategorySummary |
blackListed(Long blackListed) |
BouncedCategorySummary |
codeError(Long codeError) |
BouncedCategorySummary |
connectionProblem(Long connectionProblem) |
BouncedCategorySummary |
connectionTerminated(Long connectionTerminated) |
BouncedCategorySummary |
dnsProblem(Long dnsProblem) |
boolean |
equals(Object o) |
Long |
getAccountProblem()
Number of messages flagged with 'Account Problem'
|
Long |
getBlackListed()
Number of blacklisted messages
|
Long |
getCodeError()
Number of messages flagged with 'Code Error'
|
Long |
getConnectionProblem()
Number of messages flagged with 'Connection Problem'
|
Long |
getConnectionTerminated()
Number of messages flagged with 'Connection terminated'
|
Long |
getDnsProblem()
Number of messages flagged with 'DNS Problem'
|
Long |
getGreyListed()
Number of messages flagged with 'Grey Listed'
|
Long |
getManualCancel()
Number of manually cancelled messages
|
Long |
getNoMailbox()
Number of messages flagged with 'No Mailbox'
|
Long |
getNotDelivered()
Number of messages flagged with 'Not Delivered'
|
Long |
getSpam()
Number of messages marked as SPAM
|
Long |
getSpfProblem()
Number of messages flagged with 'SPF Problem'
|
Long |
getThrottled()
Number of messages flagged with 'Throttled'
|
Long |
getTimeout()
Number of messages flagged with 'Timeout'
|
Long |
getWhitelistingProblem()
Number of messages flagged with 'WhiteListing Problem'
|
BouncedCategorySummary |
greyListed(Long greyListed) |
int |
hashCode() |
BouncedCategorySummary |
manualCancel(Long manualCancel) |
BouncedCategorySummary |
noMailbox(Long noMailbox) |
BouncedCategorySummary |
notDelivered(Long notDelivered) |
void |
setAccountProblem(Long accountProblem) |
void |
setBlackListed(Long blackListed) |
void |
setCodeError(Long codeError) |
void |
setConnectionProblem(Long connectionProblem) |
void |
setConnectionTerminated(Long connectionTerminated) |
void |
setDnsProblem(Long dnsProblem) |
void |
setGreyListed(Long greyListed) |
void |
setManualCancel(Long manualCancel) |
void |
setNoMailbox(Long noMailbox) |
void |
setNotDelivered(Long notDelivered) |
void |
setSpam(Long spam) |
void |
setSpfProblem(Long spfProblem) |
void |
setThrottled(Long throttled) |
void |
setTimeout(Long timeout) |
void |
setWhitelistingProblem(Long whitelistingProblem) |
BouncedCategorySummary |
spam(Long spam) |
BouncedCategorySummary |
spfProblem(Long spfProblem) |
BouncedCategorySummary |
throttled(Long throttled) |
BouncedCategorySummary |
timeout(Long timeout) |
String |
toString() |
BouncedCategorySummary |
whitelistingProblem(Long whitelistingProblem) |
public BouncedCategorySummary spam(Long spam)
public Long getSpam()
public void setSpam(Long spam)
public BouncedCategorySummary blackListed(Long blackListed)
public Long getBlackListed()
public void setBlackListed(Long blackListed)
public BouncedCategorySummary noMailbox(Long noMailbox)
public Long getNoMailbox()
public void setNoMailbox(Long noMailbox)
public BouncedCategorySummary greyListed(Long greyListed)
public Long getGreyListed()
public void setGreyListed(Long greyListed)
public BouncedCategorySummary throttled(Long throttled)
public Long getThrottled()
public void setThrottled(Long throttled)
public BouncedCategorySummary timeout(Long timeout)
public Long getTimeout()
public void setTimeout(Long timeout)
public BouncedCategorySummary connectionProblem(Long connectionProblem)
public Long getConnectionProblem()
public void setConnectionProblem(Long connectionProblem)
public BouncedCategorySummary spfProblem(Long spfProblem)
public Long getSpfProblem()
public void setSpfProblem(Long spfProblem)
public BouncedCategorySummary accountProblem(Long accountProblem)
public Long getAccountProblem()
public void setAccountProblem(Long accountProblem)
public BouncedCategorySummary dnsProblem(Long dnsProblem)
public Long getDnsProblem()
public void setDnsProblem(Long dnsProblem)
public BouncedCategorySummary whitelistingProblem(Long whitelistingProblem)
public Long getWhitelistingProblem()
public void setWhitelistingProblem(Long whitelistingProblem)
public BouncedCategorySummary codeError(Long codeError)
public Long getCodeError()
public void setCodeError(Long codeError)
public BouncedCategorySummary notDelivered(Long notDelivered)
public Long getNotDelivered()
public void setNotDelivered(Long notDelivered)
public BouncedCategorySummary manualCancel(Long manualCancel)
public Long getManualCancel()
public void setManualCancel(Long manualCancel)
public BouncedCategorySummary connectionTerminated(Long connectionTerminated)
public Long getConnectionTerminated()
public void setConnectionTerminated(Long connectionTerminated)
Copyright © 2019. All rights reserved.