@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetTransacAggregatedSmsReport extends Object
| Constructor and Description |
|---|
GetTransacAggregatedSmsReport() |
| Modifier and Type | Method and Description |
|---|---|
GetTransacAggregatedSmsReport |
accepted(Long accepted) |
GetTransacAggregatedSmsReport |
blocked(Long blocked) |
GetTransacAggregatedSmsReport |
delivered(Long delivered) |
boolean |
equals(Object o) |
Long |
getAccepted()
Number of accepted for the timeframe
|
Long |
getBlocked()
Number of blocked contact for the timeframe
|
Long |
getDelivered()
Number of delivered SMS for the timeframe
|
Long |
getHardBounces()
Number of hardbounces for the timeframe
|
String |
getRange()
Time frame of the report
|
Long |
getRejected()
Number of rejected for the timeframe
|
Long |
getReplied()
Number of answered SMS for the timeframe
|
Long |
getRequests()
Number of requests for the timeframe
|
Long |
getSoftBounces()
Number of softbounces for the timeframe
|
Long |
getUnsubscribed()
Number of unsubscription for the timeframe
|
GetTransacAggregatedSmsReport |
hardBounces(Long hardBounces) |
int |
hashCode() |
GetTransacAggregatedSmsReport |
range(String range) |
GetTransacAggregatedSmsReport |
rejected(Long rejected) |
GetTransacAggregatedSmsReport |
replied(Long replied) |
GetTransacAggregatedSmsReport |
requests(Long requests) |
void |
setAccepted(Long accepted) |
void |
setBlocked(Long blocked) |
void |
setDelivered(Long delivered) |
void |
setHardBounces(Long hardBounces) |
void |
setRange(String range) |
void |
setRejected(Long rejected) |
void |
setReplied(Long replied) |
void |
setRequests(Long requests) |
void |
setSoftBounces(Long softBounces) |
void |
setUnsubscribed(Long unsubscribed) |
GetTransacAggregatedSmsReport |
softBounces(Long softBounces) |
String |
toString() |
GetTransacAggregatedSmsReport |
unsubscribed(Long unsubscribed) |
public GetTransacAggregatedSmsReport range(String range)
public String getRange()
public void setRange(String range)
public GetTransacAggregatedSmsReport requests(Long requests)
public Long getRequests()
public void setRequests(Long requests)
public GetTransacAggregatedSmsReport delivered(Long delivered)
public Long getDelivered()
public void setDelivered(Long delivered)
public GetTransacAggregatedSmsReport hardBounces(Long hardBounces)
public Long getHardBounces()
public void setHardBounces(Long hardBounces)
public GetTransacAggregatedSmsReport softBounces(Long softBounces)
public Long getSoftBounces()
public void setSoftBounces(Long softBounces)
public GetTransacAggregatedSmsReport blocked(Long blocked)
public Long getBlocked()
public void setBlocked(Long blocked)
public GetTransacAggregatedSmsReport unsubscribed(Long unsubscribed)
public Long getUnsubscribed()
public void setUnsubscribed(Long unsubscribed)
public GetTransacAggregatedSmsReport replied(Long replied)
public Long getReplied()
public void setReplied(Long replied)
public GetTransacAggregatedSmsReport accepted(Long accepted)
public Long getAccepted()
public void setAccepted(Long accepted)
public GetTransacAggregatedSmsReport rejected(Long rejected)
public Long getRejected()
public void setRejected(Long rejected)
Copyright © 2021. All rights reserved.