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 String
getAddress()
String
getCurrency()
String
getMethod()
String
getResult()
void
setAddress(String address)
void
setCurrency(String currency)
void
setMethod(String method)
void
setResult(String result)
-
Constructor Details
-
BitfinexDepositAddressResponse
public BitfinexDepositAddressResponse()
-
-
Method Details
-
getResult
-
setResult
-
getMethod
-
setMethod
-
getCurrency
-
setCurrency
-
getAddress
-
setAddress
-