Package com.github.oscerd.finnhub.models
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBuy()Number of recommendations that fall into the Buy categorygetHold()Number of recommendations that fall into the Hold categoryUpdated periodgetSell()Number of recommendations that fall into the Sell categoryNumber of recommendations that fall into the Strong Buy categoryNumber of recommendations that fall into the Strong Sell categoryCompany symbol.inthashCode()voidvoidvoidvoidvoidsetStrongBuy(Long strongBuy) voidsetStrongSell(Long strongSell) voidstrongSell(Long strongSell) toString()
-
Constructor Details
-
RecommendationTrend
public RecommendationTrend()
-
-
Method Details
-
symbol
-
getSymbol
Company symbol.- Returns:
- symbol
-
setSymbol
-
buy
-
getBuy
Number of recommendations that fall into the Buy category- Returns:
- buy
-
setBuy
-
hold
-
getHold
Number of recommendations that fall into the Hold category- Returns:
- hold
-
setHold
-
period
-
getPeriod
Updated period- Returns:
- period
-
setPeriod
-
sell
-
getSell
Number of recommendations that fall into the Sell category- Returns:
- sell
-
setSell
-
strongBuy
-
getStrongBuy
Number of recommendations that fall into the Strong Buy category- Returns:
- strongBuy
-
setStrongBuy
-
strongSell
-
getStrongSell
Number of recommendations that fall into the Strong Sell category- Returns:
- strongSell
-
setStrongSell
-
equals
-
hashCode
public int hashCode() -
toString
-