public class LoyalbitOrder extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoyalbitOrder.Type |
| Constructor and Description |
|---|
LoyalbitOrder(Long id,
Date microtime,
LoyalbitOrder.Type type,
BigDecimal amount,
BigDecimal price,
Integer status) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
Long |
getId() |
Date |
getMicrotime() |
BigDecimal |
getPrice() |
LoyalbitOrder.Type |
getType() |
String |
toString() |
public LoyalbitOrder(Long id, Date microtime, LoyalbitOrder.Type type, BigDecimal amount, BigDecimal price, Integer status) throws si.mazi.rescu.ExceptionalReturnContentException
si.mazi.rescu.ExceptionalReturnContentExceptionpublic Long getId()
public Date getMicrotime()
public LoyalbitOrder.Type getType()
public BigDecimal getAmount()
public BigDecimal getPrice()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.