Class GeminiDepositAddressResponse
java.lang.Object
org.knowm.xchange.gemini.v1.dto.account.GeminiDepositAddressResponse
public class GeminiDepositAddressResponse extends Object
-
Constructor Summary
Constructors Constructor Description GeminiDepositAddressResponse()
-
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
-
GeminiDepositAddressResponse
public GeminiDepositAddressResponse()
-
-
Method Details
-
getResult
-
setResult
-
getMethod
-
setMethod
-
getCurrency
-
setCurrency
-
getAddress
-
setAddress
-