public class OrgReportRequest extends Object
| Constructor and Description |
|---|
OrgReportRequest() |
| Modifier and Type | Method and Description |
|---|---|
OrgReportRequest |
accountIds(List<UUID> accountIds) |
OrgReportRequest |
addAccountIdsItem(UUID accountIdsItem) |
OrgReportRequest |
customEndDate(org.joda.time.DateTime customEndDate) |
OrgReportRequest |
customStartDate(org.joda.time.DateTime customStartDate) |
boolean |
equals(Object o) |
List<UUID> |
getAccountIds()
Get accountIds
|
org.joda.time.DateTime |
getCustomEndDate()
Get customEndDate
|
org.joda.time.DateTime |
getCustomStartDate()
Get customStartDate
|
String |
getReportDateRange()
Get reportDateRange
|
String |
getReportType()
Get reportType
|
int |
hashCode() |
OrgReportRequest |
reportDateRange(String reportDateRange) |
OrgReportRequest |
reportType(String reportType) |
void |
setAccountIds(List<UUID> accountIds) |
void |
setCustomEndDate(org.joda.time.DateTime customEndDate) |
void |
setCustomStartDate(org.joda.time.DateTime customStartDate) |
void |
setReportDateRange(String reportDateRange) |
void |
setReportType(String reportType) |
String |
toString() |
public OrgReportRequest reportType(String reportType)
public String getReportType()
public void setReportType(String reportType)
public OrgReportRequest reportDateRange(String reportDateRange)
public String getReportDateRange()
public void setReportDateRange(String reportDateRange)
public OrgReportRequest accountIds(List<UUID> accountIds)
public OrgReportRequest addAccountIdsItem(UUID accountIdsItem)
public OrgReportRequest customStartDate(org.joda.time.DateTime customStartDate)
public org.joda.time.DateTime getCustomStartDate()
public void setCustomStartDate(org.joda.time.DateTime customStartDate)
public OrgReportRequest customEndDate(org.joda.time.DateTime customEndDate)
public org.joda.time.DateTime getCustomEndDate()
public void setCustomEndDate(org.joda.time.DateTime customEndDate)
Copyright © 2021. All rights reserved.