Class BitfinexWithdrawalResponse
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexWithdrawalResponse
@Generated("org.jsonschema2pojo") public class BitfinexWithdrawalResponse extends Object
Bitfinex withdrawal response mapping class
- Author:
- Ondrej Novotny
-
Constructor Summary
Constructors Constructor Description BitfinexWithdrawalResponse()
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
String
getMessage()
String
getStatus()
String
getWithdrawalId()
void
setAdditionalProperty(String name, Object value)
void
setMessage(String message)
void
setStatus(String status)
void
setWithdrawalId(String withdrawalId)
-
Constructor Details
-
BitfinexWithdrawalResponse
public BitfinexWithdrawalResponse()
-
-
Method Details
-
getStatus
- Returns:
- The status
-
setStatus
- Parameters:
status
- The status
-
getMessage
- Returns:
- The message
-
setMessage
- Parameters:
message
- The message
-
getWithdrawalId
- Returns:
- The withdrawalId
-
setWithdrawalId
- Parameters:
withdrawalId
- The withdrawal_id
-
getAdditionalProperties
-
setAdditionalProperty
-