public static class Repository.AggregateList<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Repository.Aggregate<T>> |
aggregates |
int |
totalCount |
| Constructor and Description |
|---|
AggregateList(List<Repository.Aggregate<T>> aggregates,
int totalCount) |
public final List<Repository.Aggregate<T>> aggregates
public final int totalCount
public AggregateList(List<Repository.Aggregate<T>> aggregates, int totalCount)
Copyright © 2020–2022 ICIJ. All rights reserved.