T - public class SimpleGroupEntry<T> extends Object implements GroupEntry<T>
| Constructor and Description |
|---|
SimpleGroupEntry(String groupValue,
Page<T> result) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupValue()
Group name, the value on which the results were grouped by.
|
Page<T> |
getResult()
Results for the current group.
|
String |
toString() |
public String getGroupValue()
GroupEntrygetGroupValue in interface GroupEntry<T>public Page<T> getResult()
GroupEntrygetResult in interface GroupEntry<T>Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.