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