Package org.knowm.xchange.bitz.dto.trade
Class BitZUserHistoryPageInfo
- java.lang.Object
-
- org.knowm.xchange.bitz.dto.trade.BitZUserHistoryPageInfo
-
public class BitZUserHistoryPageInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description BitZUserHistoryPageInfo(int limit, int offest, int current_page, int page_size, int total_count, int page_count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentPage()
int
getLimit()
int
getOffest()
int
getPageCount()
int
getPageSize()
int
getTotalCount()
-