public class EsData<T> extends Object implements Serializable
EsData(long total, double maxScore, List<T> list)
List<T>
getList()
int
getListSize()
double
getMaxScore()
long
getTotal()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public EsData(long total, double maxScore, List<T> list)
public long getTotal()
public double getMaxScore()
public List<T> getList()
public int getListSize()
public String toString()
toString
Object
Copyright © 2022. All rights reserved.