Package org.knowm.xchange.bity.service
Class BityTradeService.BityHistoryParams
- java.lang.Object
-
- org.knowm.xchange.bity.service.BityTradeService.BityHistoryParams
-
- All Implemented Interfaces:
TradeHistoryParamLimit
,TradeHistoryParamOffset
,TradeHistoryParams
- Enclosing class:
- BityTradeService
public static class BityTradeService.BityHistoryParams extends Object implements TradeHistoryParams, TradeHistoryParamLimit, TradeHistoryParamOffset
-
-
Constructor Summary
Constructors Constructor Description BityHistoryParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getLimit()
Long
getOffset()
void
setLimit(Integer limit)
void
setOffset(Long offset)
-
-
-
Method Detail
-
getLimit
public Integer getLimit()
- Specified by:
getLimit
in interfaceTradeHistoryParamLimit
-
setLimit
public void setLimit(Integer limit)
- Specified by:
setLimit
in interfaceTradeHistoryParamLimit
-
getOffset
public Long getOffset()
- Specified by:
getOffset
in interfaceTradeHistoryParamOffset
-
setOffset
public void setOffset(Long offset)
- Specified by:
setOffset
in interfaceTradeHistoryParamOffset
-
-