Default to 1 for snipe quantity, so we don't return null if we don't need to.
| 517 | 591 | |
|---|---|---|
| 42 | 42 | * How many items are to be sniped on, when the snipe fires? |
| 43 | 43 | * @return - The number of items to snipe for (only valid for multi-item auctions). |
| 44 | 44 | */ |
| 45 | public int getQuantity() { return getInteger("quantity"); } | |
| 45 | public int getQuantity() { return getInteger("quantity", 1); } | |
| 46 | 46 | public long getDelta() { return getInteger("delta"); } |
| 47 | 47 | public int getUserId() { return getInteger("user_id"); } |
| 48 | 48 | public String getStatus() { return getString("status"); } |
