public class BitMarketHistoryOperations extends Object
| Constructor and Description |
|---|
BitMarketHistoryOperations(int total,
int start,
int count,
List<BitMarketHistoryOperation> operations)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
List<BitMarketHistoryOperation> |
getOperations() |
int |
getStart() |
int |
getTotal() |
public BitMarketHistoryOperations(int total,
int start,
int count,
List<BitMarketHistoryOperation> operations)
total - start - count - operations - public int getTotal()
public int getStart()
public int getCount()
public List<BitMarketHistoryOperation> getOperations()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.