public class SymbolPrice extends Object
| Constructor and Description |
|---|
SymbolPrice() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getPrice() |
String |
getSymbol() |
Long |
getTime() |
void |
setPrice(BigDecimal price) |
void |
setSymbol(String symbol) |
void |
setTime(Long time) |
String |
toString() |
public Long getTime()
public void setTime(Long time)
public String getSymbol()
public void setSymbol(String symbol)
public BigDecimal getPrice()
public void setPrice(BigDecimal price)
Copyright © 2021. All rights reserved.