Class CoinmateBalance
java.lang.Object
org.knowm.xchange.coinmate.dto.CoinmateBaseResponse<Map<String,CoinmateBalanceDataEntry>>
org.knowm.xchange.coinmate.dto.account.CoinmateBalance
public class CoinmateBalance extends CoinmateBaseResponse<Map<String,CoinmateBalanceDataEntry>>
- Author:
- Martin Stachon
-
Constructor Summary
Constructors Constructor Description CoinmateBalance(boolean error, String errorMessage, Map<String,CoinmateBalanceDataEntry> data)
-
Method Summary
Methods inherited from class org.knowm.xchange.coinmate.dto.CoinmateBaseResponse
getData, getErrorMessage, isError
-
Constructor Details
-
CoinmateBalance
public CoinmateBalance(boolean error, String errorMessage, Map<String,CoinmateBalanceDataEntry> data)
-