public class AggregationSort
extends Object
| Constructor and Description |
|---|
AggregationSort() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
AggregationSortTarget |
getBy()
The setting how the graph is sorted.
|
Order |
getOrder()
The order of sorting.
|
int |
hashCode() |
AggregationSort |
setBy(AggregationSortTarget by)
The setting how the graph is sorted.
|
AggregationSort |
setOrder(Order order)
The order of sorting.
|
String |
toString() |
public AggregationSortTarget getBy()
public Order getOrder()
public AggregationSort setBy(AggregationSortTarget by)
this.public AggregationSort setOrder(Order order)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object