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, isResult
public 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 BTERBaseResponse
Copyright © 2012–2016 Xeiam, LLC. All rights reserved.