Class RippleBalance
- java.lang.Object
-
- org.knowm.xchange.ripple.dto.account.RippleBalance
-
public final class RippleBalance extends Object
-
-
Constructor Summary
Constructors Constructor Description RippleBalance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCounterparty()StringgetCurrency()BigDecimalgetValue()voidsetCounterparty(String value)voidsetCurrency(String value)voidsetValue(BigDecimal value)StringtoString()
-
-
-
Method Detail
-
getValue
public BigDecimal getValue()
-
setValue
public void setValue(BigDecimal value)
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String value)
-
getCounterparty
public String getCounterparty()
-
setCounterparty
public void setCounterparty(String value)
-
-