Class VaultoroTrade

java.lang.Object
org.knowm.xchange.vaultoro.dto.marketdata.VaultoroTrade

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

    • VaultoroTrade

      public VaultoroTrade()
  • Method Details

    • getTime

      public String getTime()
      Returns:
      The Time
    • setTime

      public void setTime(String Time)
      Parameters:
      Time - The Time
    • getGoldPrice

      public BigDecimal getGoldPrice()
      Returns:
      The GoldPrice
    • setGoldPrice

      public void setGoldPrice(BigDecimal GoldPrice)
      Parameters:
      GoldPrice - The Gold_Price
    • getGoldAmount

      public BigDecimal getGoldAmount()
      Returns:
      The GoldAmount
    • setGoldAmount

      public void setGoldAmount(BigDecimal GoldAmount)
      Parameters:
      GoldAmount - The Gold_Amount
    • getAdditionalProperties

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

      public void setAdditionalProperty(String name, Object value)
    • toString

      public String toString()
      Overrides:
      toString in class Object