Package com.github.oscerd.finnhub.models
Class EarningRelease
java.lang.Object
com.github.oscerd.finnhub.models.EarningRelease
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class EarningRelease
extends Object
EarningRelease
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondate(org.threeten.bp.LocalDate date) epsEstimate(Float epsEstimate) booleanorg.threeten.bp.LocalDategetDate()Date.EPS actual.EPS estimate.getHour()Indicates whether the earnings is announced before market open(<code>bmo</code>), after market close(<code>amc</code>), or during market hour(<code>dmh</code>).Earnings quarter.Revenue actual.Revenue estimate including Finnhub's proprietary estimates.Symbol.getYear()Earnings year.inthashCode()revenueActual(Float revenueActual) revenueEstimate(Float revenueEstimate) voidsetDate(org.threeten.bp.LocalDate date) voidsetEpsActual(Float epsActual) voidsetEpsEstimate(Float epsEstimate) voidvoidsetQuarter(Long quarter) voidsetRevenueActual(Float revenueActual) voidsetRevenueEstimate(Float revenueEstimate) voidvoidtoString()
-
Constructor Details
-
EarningRelease
public EarningRelease()
-
-
Method Details
-
symbol
-
getSymbol
Symbol.- Returns:
- symbol
-
setSymbol
-
date
-
getDate
public org.threeten.bp.LocalDate getDate()Date.- Returns:
- date
-
setDate
public void setDate(org.threeten.bp.LocalDate date) -
hour
-
getHour
Indicates whether the earnings is announced before market open(<code>bmo</code>), after market close(<code>amc</code>), or during market hour(<code>dmh</code>).- Returns:
- hour
-
setHour
-
year
-
getYear
Earnings year.- Returns:
- year
-
setYear
-
quarter
-
getQuarter
Earnings quarter.- Returns:
- quarter
-
setQuarter
-
epsEstimate
-
getEpsEstimate
EPS estimate.- Returns:
- epsEstimate
-
setEpsEstimate
-
epsActual
-
getEpsActual
EPS actual.- Returns:
- epsActual
-
setEpsActual
-
revenueEstimate
-
getRevenueEstimate
Revenue estimate including Finnhub's proprietary estimates.- Returns:
- revenueEstimate
-
setRevenueEstimate
-
revenueActual
-
getRevenueActual
Revenue actual.- Returns:
- revenueActual
-
setRevenueActual
-
equals
-
hashCode
public int hashCode() -
toString
-