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