@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetChildInfoStatistics extends Object
| Constructor and Description |
|---|
GetChildInfoStatistics() |
| Modifier and Type | Method and Description |
|---|---|
GetChildInfoStatistics |
currentMonthTotalSent(Long currentMonthTotalSent) |
boolean |
equals(Object o) |
Long |
getCurrentMonthTotalSent()
Overall emails sent for current month
|
Long |
getPreviousMonthTotalSent()
Overall emails sent for the previous month
|
Long |
getTotalSent()
Overall emails sent for since the account exists
|
int |
hashCode() |
GetChildInfoStatistics |
previousMonthTotalSent(Long previousMonthTotalSent) |
void |
setCurrentMonthTotalSent(Long currentMonthTotalSent) |
void |
setPreviousMonthTotalSent(Long previousMonthTotalSent) |
void |
setTotalSent(Long totalSent) |
String |
toString() |
GetChildInfoStatistics |
totalSent(Long totalSent) |
public GetChildInfoStatistics previousMonthTotalSent(Long previousMonthTotalSent)
public Long getPreviousMonthTotalSent()
public void setPreviousMonthTotalSent(Long previousMonthTotalSent)
public GetChildInfoStatistics currentMonthTotalSent(Long currentMonthTotalSent)
public Long getCurrentMonthTotalSent()
public void setCurrentMonthTotalSent(Long currentMonthTotalSent)
public GetChildInfoStatistics totalSent(Long totalSent)
public Long getTotalSent()
public void setTotalSent(Long totalSent)
Copyright © 2021. All rights reserved.