Class RecommendationTrend

java.lang.Object
com.github.oscerd.finnhub.models.RecommendationTrend

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]") public class RecommendationTrend extends Object
RecommendationTrend
  • Constructor Details

    • RecommendationTrend

      public RecommendationTrend()
  • Method Details

    • symbol

      public RecommendationTrend symbol(String symbol)
    • getSymbol

      public String getSymbol()
      Company symbol.
      Returns:
      symbol
    • setSymbol

      public void setSymbol(String symbol)
    • buy

      public RecommendationTrend buy(Long buy)
    • getBuy

      public Long getBuy()
      Number of recommendations that fall into the Buy category
      Returns:
      buy
    • setBuy

      public void setBuy(Long buy)
    • hold

      public RecommendationTrend hold(Long hold)
    • getHold

      public Long getHold()
      Number of recommendations that fall into the Hold category
      Returns:
      hold
    • setHold

      public void setHold(Long hold)
    • period

      public RecommendationTrend period(String period)
    • getPeriod

      public String getPeriod()
      Updated period
      Returns:
      period
    • setPeriod

      public void setPeriod(String period)
    • sell

      public RecommendationTrend sell(Long sell)
    • getSell

      public Long getSell()
      Number of recommendations that fall into the Sell category
      Returns:
      sell
    • setSell

      public void setSell(Long sell)
    • strongBuy

      public RecommendationTrend strongBuy(Long strongBuy)
    • getStrongBuy

      public Long getStrongBuy()
      Number of recommendations that fall into the Strong Buy category
      Returns:
      strongBuy
    • setStrongBuy

      public void setStrongBuy(Long strongBuy)
    • strongSell

      public RecommendationTrend strongSell(Long strongSell)
    • getStrongSell

      public Long getStrongSell()
      Number of recommendations that fall into the Strong Sell category
      Returns:
      strongSell
    • setStrongSell

      public void setStrongSell(Long strongSell)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object