Class CoinbeneCoinBalances
- java.lang.Object
-
- org.knowm.xchange.coinbene.dto.CoinbeneResponse
-
- org.knowm.xchange.coinbene.dto.account.CoinbeneCoinBalances
-
public class CoinbeneCoinBalances extends CoinbeneResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.knowm.xchange.coinbene.dto.CoinbeneResponse
CoinbeneResponse.Status
-
-
Constructor Summary
Constructors Constructor Description CoinbeneCoinBalances(List<CoinbeneCoinBalance> balances, String account)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccount()
List<CoinbeneCoinBalance>
getBalances()
-
Methods inherited from class org.knowm.xchange.coinbene.dto.CoinbeneResponse
getErrorDescription, getStatus, getTimestamp, isOk
-
-
-
-
Constructor Detail
-
CoinbeneCoinBalances
public CoinbeneCoinBalances(List<CoinbeneCoinBalance> balances, String account)
-
-
Method Detail
-
getBalances
public List<CoinbeneCoinBalance> getBalances()
-
getAccount
public String getAccount()
-
-