@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetCampaignStats extends Object
| Constructor and Description |
|---|
GetCampaignStats() |
| Modifier and Type | Method and Description |
|---|---|
GetCampaignStats |
clickers(Long clickers) |
GetCampaignStats |
complaints(Long complaints) |
GetCampaignStats |
deferred(Long deferred) |
GetCampaignStats |
delivered(Long delivered) |
boolean |
equals(Object o) |
Long |
getClickers()
Number of total clicks for the campaign
|
Long |
getComplaints()
Number of complaints (Spam reports) for the campaign
|
Long |
getDeferred()
Number of deferred emails for the campaign
|
Long |
getDelivered()
Number of delivered emails for the campaign
|
Long |
getHardBounces()
Number of harbounce for the campaign
|
Long |
getListId()
List Id of email campaign (only in case of get email campaign(s)(not for global stats))
|
Long |
getReturnBounce()
Total number of non-delivered campaigns for a particular campaign id.
|
Long |
getSent()
Number of sent emails for the campaign
|
Long |
getSoftBounces()
Number of softbounce for the campaign
|
Long |
getUniqueClicks()
Number of unique clicks for the campaign
|
Long |
getUniqueViews()
Number of unique openings for the campaign
|
Long |
getUnsubscriptions()
Number of unsubscription for the campaign
|
Long |
getViewed()
Number of openings for the campaign
|
GetCampaignStats |
hardBounces(Long hardBounces) |
int |
hashCode() |
GetCampaignStats |
listId(Long listId) |
GetCampaignStats |
returnBounce(Long returnBounce) |
GetCampaignStats |
sent(Long sent) |
void |
setClickers(Long clickers) |
void |
setComplaints(Long complaints) |
void |
setDeferred(Long deferred) |
void |
setDelivered(Long delivered) |
void |
setHardBounces(Long hardBounces) |
void |
setListId(Long listId) |
void |
setReturnBounce(Long returnBounce) |
void |
setSent(Long sent) |
void |
setSoftBounces(Long softBounces) |
void |
setUniqueClicks(Long uniqueClicks) |
void |
setUniqueViews(Long uniqueViews) |
void |
setUnsubscriptions(Long unsubscriptions) |
void |
setViewed(Long viewed) |
GetCampaignStats |
softBounces(Long softBounces) |
String |
toString() |
GetCampaignStats |
uniqueClicks(Long uniqueClicks) |
GetCampaignStats |
uniqueViews(Long uniqueViews) |
GetCampaignStats |
unsubscriptions(Long unsubscriptions) |
GetCampaignStats |
viewed(Long viewed) |
public GetCampaignStats listId(Long listId)
public Long getListId()
public void setListId(Long listId)
public GetCampaignStats uniqueClicks(Long uniqueClicks)
public Long getUniqueClicks()
public void setUniqueClicks(Long uniqueClicks)
public GetCampaignStats clickers(Long clickers)
public Long getClickers()
public void setClickers(Long clickers)
public GetCampaignStats complaints(Long complaints)
public Long getComplaints()
public void setComplaints(Long complaints)
public GetCampaignStats delivered(Long delivered)
public Long getDelivered()
public void setDelivered(Long delivered)
public GetCampaignStats sent(Long sent)
public Long getSent()
public void setSent(Long sent)
public GetCampaignStats softBounces(Long softBounces)
public Long getSoftBounces()
public void setSoftBounces(Long softBounces)
public GetCampaignStats hardBounces(Long hardBounces)
public Long getHardBounces()
public void setHardBounces(Long hardBounces)
public GetCampaignStats uniqueViews(Long uniqueViews)
public Long getUniqueViews()
public void setUniqueViews(Long uniqueViews)
public GetCampaignStats unsubscriptions(Long unsubscriptions)
public Long getUnsubscriptions()
public void setUnsubscriptions(Long unsubscriptions)
public GetCampaignStats viewed(Long viewed)
public Long getViewed()
public void setViewed(Long viewed)
public GetCampaignStats deferred(Long deferred)
public Long getDeferred()
public void setDeferred(Long deferred)
public GetCampaignStats returnBounce(Long returnBounce)
public Long getReturnBounce()
public void setReturnBounce(Long returnBounce)
Copyright © 2021. All rights reserved.