Package com.github.oscerd.finnhub.models
Class PriceTarget
java.lang.Object
com.github.oscerd.finnhub.models.PriceTarget
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class PriceTarget
extends Object
PriceTarget
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUpdated time of the dataNumber of Analysts.Company symbol.Highes analysts' target.Lowest analysts' target.Mean of all analysts' targets.Median of all analysts' targets.inthashCode()lastUpdated(String lastUpdated) numberAnalysts(Long numberAnalysts) voidsetLastUpdated(String lastUpdated) voidsetNumberAnalysts(Long numberAnalysts) voidvoidsetTargetHigh(Float targetHigh) voidsetTargetLow(Float targetLow) voidsetTargetMean(Float targetMean) voidsetTargetMedian(Float targetMedian) targetHigh(Float targetHigh) targetMean(Float targetMean) targetMedian(Float targetMedian) toString()
-
Constructor Details
-
PriceTarget
public PriceTarget()
-
-
Method Details
-
symbol
-
getSymbol
Company symbol.- Returns:
- symbol
-
setSymbol
-
targetHigh
-
getTargetHigh
Highes analysts' target.- Returns:
- targetHigh
-
setTargetHigh
-
targetLow
-
getTargetLow
Lowest analysts' target.- Returns:
- targetLow
-
setTargetLow
-
targetMean
-
getTargetMean
Mean of all analysts' targets.- Returns:
- targetMean
-
setTargetMean
-
targetMedian
-
getTargetMedian
Median of all analysts' targets.- Returns:
- targetMedian
-
setTargetMedian
-
numberAnalysts
-
getNumberAnalysts
Number of Analysts.- Returns:
- numberAnalysts
-
setNumberAnalysts
-
lastUpdated
-
getLastUpdated
Updated time of the data- Returns:
- lastUpdated
-
setLastUpdated
-
equals
-
hashCode
public int hashCode() -
toString
-