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 invalid input: '<'ondrej.novotny@onlab.cz>
  • Constructor Details

    • BitfinexWithdrawalResponse

      public BitfinexWithdrawalResponse()
  • Method Details

    • 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
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperty

      public void setAdditionalProperty(String name, Object value)