Class BitZUserHistoryPageInfo

java.lang.Object
org.knowm.xchange.bitz.dto.trade.BitZUserHistoryPageInfo

public class BitZUserHistoryPageInfo extends Object
  • Constructor Details

    • BitZUserHistoryPageInfo

      public BitZUserHistoryPageInfo(int limit, int offest, int current_page, int page_size, int total_count, int page_count)
  • Method Details

    • getLimit

      public int getLimit()
    • getOffest

      public int getOffest()
    • getCurrentPage

      public int getCurrentPage()
    • getPageSize

      public int getPageSize()
    • getTotalCount

      public int getTotalCount()
    • getPageCount

      public int getPageCount()