Package com.longport.quote
Class MarketTemperature
- java.lang.Object
-
- com.longport.quote.MarketTemperature
-
public class MarketTemperature extends Object
-
-
Constructor Summary
Constructors Constructor Description MarketTemperature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
int
getSentiment()
int
getTemperature()
OffsetDateTime
getTimestamp()
int
getValuation()
String
toString()
-
-
-
Method Detail
-
getTemperature
public int getTemperature()
-
getDescription
public String getDescription()
-
getValuation
public int getValuation()
-
getSentiment
public int getSentiment()
-
getTimestamp
public OffsetDateTime getTimestamp()
-
-