public class AggregatedFlowCollection extends Object
| Constructor and Description |
|---|
AggregatedFlowCollection() |
| Modifier and Type | Method and Description |
|---|---|
List<AggregatedFlow> |
getAggregated() |
int |
getCount() |
void |
setAggregated(List<AggregatedFlow> flows) |
void |
setCount(int count) |
public int getCount()
public void setCount(int count)
public List<AggregatedFlow> getAggregated()
public void setAggregated(List<AggregatedFlow> flows)
Copyright © 2011–2021 Talend Inc.. All rights reserved.