Class SearchResponse<T>
- java.lang.Object
-
- nl.paston.apollon.model.projections.search.SearchResponse<T>
-
public class SearchResponse<T> extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<T>getData()Map<String,Long>getMeta()inthashCode()voidsetData(List<T> data)voidsetMeta(Map<String,Long> meta)StringtoString()
-
-
-
Method Detail
-
canEqual
protected boolean canEqual(Object other)
-
-