Package com.wavemaker.runtime.data.model
Class AggregationInfo
- java.lang.Object
-
- com.wavemaker.runtime.data.model.AggregationInfo
-
public class AggregationInfo extends java.lang.Object- Since:
- 15/3/17
-
-
Constructor Summary
Constructors Constructor Description AggregationInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<Aggregation>getAggregations()java.lang.StringgetFilter()java.util.List<java.lang.String>getGroupByFields()inthashCode()voidsetAggregations(java.util.List<Aggregation> aggregations)voidsetFilter(java.lang.String filter)voidsetGroupByFields(java.util.List<java.lang.String> groupByFields)java.lang.StringtoString()
-
-
-
Method Detail
-
getGroupByFields
public java.util.List<java.lang.String> getGroupByFields()
-
setGroupByFields
public void setGroupByFields(java.util.List<java.lang.String> groupByFields)
-
getAggregations
public java.util.List<Aggregation> getAggregations()
-
setAggregations
public void setAggregations(java.util.List<Aggregation> aggregations)
-
getFilter
public java.lang.String getFilter()
-
setFilter
public void setFilter(java.lang.String filter)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-