public class AccountSummaryRequest extends Request
| Constructor and Description |
|---|
AccountSummaryRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getDate() |
RequestType |
getRequestType() |
boolean |
isMonthly() |
void |
setDate(java.util.Date date) |
void |
setDate(int year,
int month) |
void |
setMonthly(boolean isMonthly) |
public java.util.Date getDate()
public void setDate(java.util.Date date)
date - the date to setpublic void setDate(int year,
int month)
year - The year of the account summarymonth - The month of the account summarypublic void setMonthly(boolean isMonthly)
isMonthly - set to true if request is for a monthly summary.public boolean isMonthly()
public RequestType getRequestType()
getRequestType in class RequestCopyright © 2016. All Rights Reserved.