@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetAggregatedReport extends Object
| Constructor and Description |
|---|
GetAggregatedReport() |
| Modifier and Type | Method and Description |
|---|---|
GetAggregatedReport |
blocked(Long blocked) |
GetAggregatedReport |
clicks(Long clicks) |
GetAggregatedReport |
delivered(Long delivered) |
boolean |
equals(Object o) |
Long |
getBlocked()
Number of blocked contact emails for the timeframe
|
Long |
getClicks()
Number of clicks for the timeframe
|
Long |
getDelivered()
Number of delivered emails for the timeframe
|
Long |
getHardBounces()
Number of hardbounces for the timeframe
|
Long |
getInvalid()
Number of invalid emails for the timeframe
|
Long |
getOpens()
Number of openings for the timeframe
|
String |
getRange()
Time frame of the report
|
Long |
getRequests()
Number of requests for the timeframe
|
Long |
getSoftBounces()
Number of softbounces for the timeframe
|
Long |
getSpamReports()
Number of complaint (spam report) for the timeframe
|
Long |
getUniqueClicks()
Number of unique clicks for the timeframe
|
Long |
getUniqueOpens()
Number of unique openings for the timeframe
|
Long |
getUnsubscribed()
Number of unsubscribed emails for the timeframe
|
GetAggregatedReport |
hardBounces(Long hardBounces) |
int |
hashCode() |
GetAggregatedReport |
invalid(Long invalid) |
GetAggregatedReport |
opens(Long opens) |
GetAggregatedReport |
range(String range) |
GetAggregatedReport |
requests(Long requests) |
void |
setBlocked(Long blocked) |
void |
setClicks(Long clicks) |
void |
setDelivered(Long delivered) |
void |
setHardBounces(Long hardBounces) |
void |
setInvalid(Long invalid) |
void |
setOpens(Long opens) |
void |
setRange(String range) |
void |
setRequests(Long requests) |
void |
setSoftBounces(Long softBounces) |
void |
setSpamReports(Long spamReports) |
void |
setUniqueClicks(Long uniqueClicks) |
void |
setUniqueOpens(Long uniqueOpens) |
void |
setUnsubscribed(Long unsubscribed) |
GetAggregatedReport |
softBounces(Long softBounces) |
GetAggregatedReport |
spamReports(Long spamReports) |
String |
toString() |
GetAggregatedReport |
uniqueClicks(Long uniqueClicks) |
GetAggregatedReport |
uniqueOpens(Long uniqueOpens) |
GetAggregatedReport |
unsubscribed(Long unsubscribed) |
public GetAggregatedReport range(String range)
public String getRange()
public void setRange(String range)
public GetAggregatedReport requests(Long requests)
public Long getRequests()
public void setRequests(Long requests)
public GetAggregatedReport delivered(Long delivered)
public Long getDelivered()
public void setDelivered(Long delivered)
public GetAggregatedReport hardBounces(Long hardBounces)
public Long getHardBounces()
public void setHardBounces(Long hardBounces)
public GetAggregatedReport softBounces(Long softBounces)
public Long getSoftBounces()
public void setSoftBounces(Long softBounces)
public GetAggregatedReport clicks(Long clicks)
public Long getClicks()
public void setClicks(Long clicks)
public GetAggregatedReport uniqueClicks(Long uniqueClicks)
public Long getUniqueClicks()
public void setUniqueClicks(Long uniqueClicks)
public GetAggregatedReport opens(Long opens)
public Long getOpens()
public void setOpens(Long opens)
public GetAggregatedReport uniqueOpens(Long uniqueOpens)
public Long getUniqueOpens()
public void setUniqueOpens(Long uniqueOpens)
public GetAggregatedReport spamReports(Long spamReports)
public Long getSpamReports()
public void setSpamReports(Long spamReports)
public GetAggregatedReport blocked(Long blocked)
public Long getBlocked()
public void setBlocked(Long blocked)
public GetAggregatedReport invalid(Long invalid)
public Long getInvalid()
public void setInvalid(Long invalid)
public GetAggregatedReport unsubscribed(Long unsubscribed)
public Long getUnsubscribed()
public void setUnsubscribed(Long unsubscribed)
Copyright © 2021. All rights reserved.