public class QueryParameters extends Object implements Serializable
QueryParameters(long startTimestamp, long endTimestamp, int numberOfEntries)
long
getEndTimestamp()
int
getNumberOfEntries()
getStartTimestamp()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public QueryParameters(long startTimestamp, long endTimestamp, int numberOfEntries)
public long getStartTimestamp()
public long getEndTimestamp()
public int getNumberOfEntries()
public String toString()
toString
Object