@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-02-24T16:43:29.220+01:00") public class DeliveryStatsResponse extends Object
| Constructor and Description |
|---|
DeliveryStatsResponse() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryStatsResponse |
addBouncesItem(BounceCountElement bouncesItem) |
DeliveryStatsResponse |
bounces(List<BounceCountElement> bounces) |
boolean |
equals(Object o) |
List<BounceCountElement> |
getBounces()
Get bounces
|
Integer |
getInactiveMails()
Get inactiveMails
|
int |
hashCode() |
DeliveryStatsResponse |
inactiveMails(Integer inactiveMails) |
void |
setBounces(List<BounceCountElement> bounces) |
void |
setInactiveMails(Integer inactiveMails) |
String |
toString() |
public DeliveryStatsResponse inactiveMails(Integer inactiveMails)
public Integer getInactiveMails()
public void setInactiveMails(Integer inactiveMails)
public DeliveryStatsResponse bounces(List<BounceCountElement> bounces)
public DeliveryStatsResponse addBouncesItem(BounceCountElement bouncesItem)
public List<BounceCountElement> getBounces()
public void setBounces(List<BounceCountElement> bounces)
Copyright © 2019. All rights reserved.