Class BitfinexDepositAddressRequest
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressRequest
-
public class BitfinexDepositAddressRequest extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexDepositAddressRequest(String nonce, String method, String wallet_name, int renew)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethod()StringgetNonce()intgetRenew()StringgetRequest()StringgetWallet_name()voidsetMethod(String method)voidsetNonce(String nonce)voidsetRenew(int renew)voidsetRequest(String request)voidsetWallet_name(String wallet_name)
-
-
-
Method Detail
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getWallet_name
public String getWallet_name()
-
setWallet_name
public void setWallet_name(String wallet_name)
-
getRenew
public int getRenew()
-
setRenew
public void setRenew(int renew)
-
getRequest
public String getRequest()
-
setRequest
public void setRequest(String request)
-
getNonce
public String getNonce()
-
setNonce
public void setNonce(String nonce)
-
-