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
Modifier and Type Method Description StringgetAddress()StringgetCurrency()StringgetMethod()StringgetResult()voidsetAddress(String address)voidsetCurrency(String currency)voidsetMethod(String method)voidsetResult(String result)
-
Constructor Details
-
BitfinexDepositAddressResponse
public BitfinexDepositAddressResponse()
-
-
Method Details
-
getResult
-
setResult
-
getMethod
-
setMethod
-
getCurrency
-
setCurrency
-
getAddress
-
setAddress
-