Class BiboxCoin

java.lang.Object
org.knowm.xchange.bibox.dto.account.BiboxCoin

@Generated("org.jsonschema2pojo") public class BiboxCoin extends Object
  • Constructor Details

    • BiboxCoin

      public BiboxCoin()
  • Method Details

    • getTotalBalance

      public BigDecimal getTotalBalance()
      Returns:
      The totalBalance
    • setTotalBalance

      public void setTotalBalance(BigDecimal totalBalance)
      Parameters:
      totalBalance - The totalBalance
    • getBalance

      public BigDecimal getBalance()
      Returns:
      The balance
    • setBalance

      public void setBalance(BigDecimal balance)
      Parameters:
      balance - The balance
    • getFreeze

      public BigDecimal getFreeze()
      Returns:
      The freeze
    • setFreeze

      public void setFreeze(BigDecimal freeze)
      Parameters:
      freeze - The freeze
    • getId

      public Integer getId()
      Returns:
      The id
    • setId

      public void setId(Integer id)
      Parameters:
      id - The id
    • getSymbol

      public String getSymbol()
      Returns:
      The symbol
    • setSymbol

      public void setSymbol(String symbol)
      Parameters:
      symbol - The symbol
    • getIconUrl

      public URI getIconUrl()
      Returns:
      The iconUrl
    • setIconUrl

      public void setIconUrl(URI iconUrl)
      Parameters:
      iconUrl - The icon_url
    • getDescribeUrl

      public String getDescribeUrl()
      Returns:
      The describeUrl
    • setDescribeUrl

      public void setDescribeUrl(String describeUrl)
      Parameters:
      describeUrl - The describe_url
    • getName

      public String getName()
      Returns:
      The name
    • setName

      public void setName(String name)
      Parameters:
      name - The name
    • getEnableWithdraw

      public boolean getEnableWithdraw()
      Returns:
      The enableWithdraw
    • setEnableWithdraw

      public void setEnableWithdraw(boolean enableWithdraw)
      Parameters:
      enableWithdraw - The enable_withdraw
    • getEnableDeposit

      public boolean getEnableDeposit()
      Returns:
      The enableDeposit
    • setEnableDeposit

      public void setEnableDeposit(boolean enableDeposit)
      Parameters:
      enableDeposit - The enable_deposit
    • getConfirmCount

      public Integer getConfirmCount()
      Returns:
      The confirmCount
    • setConfirmCount

      public void setConfirmCount(Integer confirmCount)
      Parameters:
      confirmCount - The confirm_count
    • getBtcValue

      public BigDecimal getBtcValue()
      Returns:
      The btcValue
    • setBtcValue

      public void setBtcValue(BigDecimal bTCValue)
      Parameters:
      btcValue - The BTCValue
    • getCnyValue

      public BigDecimal getCnyValue()
      Returns:
      The cnyValue
    • setCnyValue

      public void setCnyValue(BigDecimal cNYValue)
      Parameters:
      cnyValue - The CNYValue
    • getUsdValue

      public BigDecimal getUsdValue()
      Returns:
      The usdValue
    • setUsdValue

      public void setUsdValue(BigDecimal usdValue)
      Parameters:
      usdValue - The USDValue
    • getAdditionalProperties

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

      public void setAdditionalProperty(String name, Object value)