public class BTERFunds extends BTERBaseResponse
| Constructor and Description |
|---|
BTERFunds(Map<String,BigDecimal> theAvailableFunds,
Map<String,BigDecimal> theLockedFunds,
boolean result,
String message)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BigDecimal> |
getAvailableFunds() |
Map<String,BigDecimal> |
getLockedFunds() |
String |
toString() |
getMessage, isResultpublic BTERFunds(Map<String,BigDecimal> theAvailableFunds, Map<String,BigDecimal> theLockedFunds, boolean result, String message)
aResult - theAvailableFunds - theLockedFunds - public Map<String,BigDecimal> getAvailableFunds()
public Map<String,BigDecimal> getLockedFunds()
public String toString()
toString in class BTERBaseResponseCopyright © 2012–2017 Xeiam, LLC. All rights reserved.