public class IcebergOrderHistory extends Object
| Constructor and Description |
|---|
IcebergOrderHistory(int currentPage,
boolean hasNextPage,
IcebergOrder[] orders) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentPage() |
IcebergOrder[] |
getOrders() |
boolean |
hasNextPage() |
String |
toString() |
public IcebergOrderHistory(int currentPage,
boolean hasNextPage,
IcebergOrder[] orders)
public int getCurrentPage()
public IcebergOrder[] getOrders()
public boolean hasNextPage()
Copyright © 2013–2017. All rights reserved.