Class BitfinexDepositAddressResponse
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse
-
public class BitfinexDepositAddressResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexDepositAddressResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()StringgetCurrency()StringgetMethod()StringgetResult()voidsetAddress(String address)voidsetCurrency(String currency)voidsetMethod(String method)voidsetResult(String result)
-
-
-
Method Detail
-
getResult
public String getResult()
-
setResult
public void setResult(String result)
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getCurrency
public String getCurrency()
-
setCurrency
public void setCurrency(String currency)
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
-