public class CSVExportRequest extends Object
| Constructor and Description |
|---|
CSVExportRequest(AnalysisType type) |
| Modifier and Type | Method and Description |
|---|---|
CSVExportRequest |
addAreas(Collection<String> toAdd) |
CSVExportRequest |
addFarmId(Long farmid) |
CSVExportRequest |
addPeriods(Collection<String> toAdd) |
CSVExportRequest |
addQuarters(Collection<String> toAdd) |
CSVExportRequest |
addSpecies(Collection<String> toAdd) |
Set<String> |
getAreas() |
Set<Long> |
getFarmIds() |
Set<String> |
getPeriods() |
Set<String> |
getQuarters() |
Set<String> |
getSpeciesIds() |
AnalysisType |
getType() |
CSVExportRequest |
setFarmIds(Set<Long> farmIds) |
void |
setType(AnalysisType type) |
String |
toString() |
public CSVExportRequest(AnalysisType type)
public AnalysisType getType()
public void setType(AnalysisType type)
public CSVExportRequest setFarmIds(Set<Long> farmIds)
public CSVExportRequest addFarmId(Long farmid)
public CSVExportRequest addAreas(Collection<String> toAdd)
public CSVExportRequest addQuarters(Collection<String> toAdd)
public CSVExportRequest addSpecies(Collection<String> toAdd)
public CSVExportRequest addPeriods(Collection<String> toAdd)
Copyright © 2019. All Rights Reserved.