Class EarningsEstimatesInfo

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

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

    • EarningsEstimatesInfo

      public EarningsEstimatesInfo()
  • Method Details

    • epsAvg

      public EarningsEstimatesInfo epsAvg(Float epsAvg)
    • getEpsAvg

      public Float getEpsAvg()
      Average EPS estimates including Finnhub's proprietary estimates.
      Returns:
      epsAvg
    • setEpsAvg

      public void setEpsAvg(Float epsAvg)
    • epsHigh

      public EarningsEstimatesInfo epsHigh(Float epsHigh)
    • getEpsHigh

      public Float getEpsHigh()
      Highest estimate.
      Returns:
      epsHigh
    • setEpsHigh

      public void setEpsHigh(Float epsHigh)
    • epsLow

      public EarningsEstimatesInfo epsLow(Float epsLow)
    • getEpsLow

      public Float getEpsLow()
      Lowest estimate.
      Returns:
      epsLow
    • setEpsLow

      public void setEpsLow(Float epsLow)
    • numberAnalysts

      public EarningsEstimatesInfo numberAnalysts(Long numberAnalysts)
    • getNumberAnalysts

      public Long getNumberAnalysts()
      Number of Analysts.
      Returns:
      numberAnalysts
    • setNumberAnalysts

      public void setNumberAnalysts(Long numberAnalysts)
    • period

      public EarningsEstimatesInfo period(org.threeten.bp.LocalDate period)
    • getPeriod

      public org.threeten.bp.LocalDate getPeriod()
      Period.
      Returns:
      period
    • setPeriod

      public void setPeriod(org.threeten.bp.LocalDate period)
    • year

      public EarningsEstimatesInfo year(Long year)
    • getYear

      public Long getYear()
      Fiscal year.
      Returns:
      year
    • setYear

      public void setYear(Long year)
    • quarter

      public EarningsEstimatesInfo quarter(Long quarter)
    • getQuarter

      public Long getQuarter()
      Fiscal quarter.
      Returns:
      quarter
    • setQuarter

      public void setQuarter(Long quarter)
    • 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