Adding back-end support for UI filters
[aai/sparky-be.git] / src / test / java / org / onap / aai / sparky / dal / sas / entity / GroupByAggregationResponseEntity.java
index 0af4600..3f8cb69 100644 (file)
@@ -30,9 +30,9 @@ public class GroupByAggregationResponseEntity {
 
   @JsonProperty("groupby_aggregation")
   private GroupByAggregationEntity aggEntity;
-  
+
   public GroupByAggregationResponseEntity() {
-    
+
   }
 
   public GroupByAggregationEntity getAggEntity() {
@@ -42,7 +42,7 @@ public class GroupByAggregationResponseEntity {
   public void setAggEntity(GroupByAggregationEntity aggEntity) {
     this.aggEntity = aggEntity;
   }
-  
-  
-  
+
+
+
 }