public class GroupBy
extends java.lang.Object
| Constructor and Description |
|---|
GroupBy()
Instantiates a new group by.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FieldReferenceGroupBy> |
getFieldReferences()
Gets the field references.
|
int |
getGroupLimit()
Gets the group limit.
|
boolean |
isCollapse()
Checks if is collapse.
|
java.lang.String |
toString() |
public java.util.List<FieldReferenceGroupBy> getFieldReferences()
public int getGroupLimit()
public boolean isCollapse()
public java.lang.String toString()
toString in class java.lang.Object