public class DatasourceResponse<DS extends Datasource<?,?>> extends Object
| Constructor and Description |
|---|
DatasourceResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<AggregationInfo> |
getAggregationHistory() |
DS |
getDatasource() |
long |
getFundedContent() |
long |
getIndexRecords() |
AggregationInfo |
getLastCollection() |
String |
getLastIndexingDate() |
AggregationInfo |
getLastTransformation() |
DatasourceResponse<DS> |
setAggregationHistory(List<AggregationInfo> aggregationHistory) |
void |
setDatasource(DS datasource) |
DatasourceResponse<DS> |
setFundedContent(long fundedContent) |
DatasourceResponse<DS> |
setIndexRecords(long indexRecords) |
DatasourceResponse<DS> |
setLastCollection(AggregationInfo lastCollection) |
DatasourceResponse<DS> |
setLastIndexingDate(String lastIndexingDate) |
DatasourceResponse<DS> |
setLastTransformation(AggregationInfo lastTransformation) |
public DatasourceResponse<DS> setIndexRecords(long indexRecords)
public DatasourceResponse<DS> setFundedContent(long fundedContent)
public DatasourceResponse<DS> setLastIndexingDate(String lastIndexingDate)
public DatasourceResponse<DS> setAggregationHistory(List<AggregationInfo> aggregationHistory)
public DatasourceResponse<DS> setLastCollection(AggregationInfo lastCollection)
public DatasourceResponse<DS> setLastTransformation(AggregationInfo lastTransformation)
public long getIndexRecords()
public long getFundedContent()
public String getLastIndexingDate()
public List<AggregationInfo> getAggregationHistory()
public AggregationInfo getLastCollection()
public AggregationInfo getLastTransformation()
public DS getDatasource()
public void setDatasource(DS datasource)
Copyright © 2017. All rights reserved.