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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getAdditionalProperties()StringgetMessage()StringgetStatus()StringgetWithdrawalId()voidsetAdditionalProperty(String name, Object value)voidsetMessage(String message)voidsetStatus(String status)voidsetWithdrawalId(String withdrawalId)
-
-
-
Method Detail
-
getStatus
public String getStatus()
- Returns:
- The status
-
setStatus
public void setStatus(String status)
- Parameters:
status- The status
-
getMessage
public String getMessage()
- Returns:
- The message
-
setMessage
public void setMessage(String message)
- Parameters:
message- The message
-
getWithdrawalId
public String getWithdrawalId()
- Returns:
- The withdrawalId
-
setWithdrawalId
public void setWithdrawalId(String withdrawalId)
- Parameters:
withdrawalId- The withdrawal_id
-
-