Class MarketTemperature


  • public class MarketTemperature
    extends Object
    Market temperature data point.
    • Constructor Detail

      • MarketTemperature

        public MarketTemperature()
    • Method Detail

      • getTemperature

        public int getTemperature()
        Returns the market temperature value (0–100).
        Returns:
        the market temperature value
      • getDescription

        public String getDescription()
        Returns the human-readable temperature description.
        Returns:
        the temperature description
      • getValuation

        public int getValuation()
        Returns the valuation index.
        Returns:
        the valuation index
      • getSentiment

        public int getSentiment()
        Returns the sentiment index.
        Returns:
        the sentiment index
      • getTimestamp

        public OffsetDateTime getTimestamp()
        Returns the timestamp of this data point.
        Returns:
        the timestamp