Package com.github.oscerd.finnhub.models
Class IndicesHistoricalConstituents
java.lang.Object
com.github.oscerd.finnhub.models.IndicesHistoricalConstituents
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class IndicesHistoricalConstituents
extends Object
IndicesHistoricalConstituents
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddHistoricalConstituentsItem(IndexHistoricalConstituent historicalConstituentsItem) booleanArray of historical constituents.Index's symbol.inthashCode()historicalConstituents(List<IndexHistoricalConstituent> historicalConstituents) voidsetHistoricalConstituents(List<IndexHistoricalConstituent> historicalConstituents) voidtoString()
-
Constructor Details
-
IndicesHistoricalConstituents
public IndicesHistoricalConstituents()
-
-
Method Details
-
symbol
-
getSymbol
Index's symbol.- Returns:
- symbol
-
setSymbol
-
historicalConstituents
public IndicesHistoricalConstituents historicalConstituents(List<IndexHistoricalConstituent> historicalConstituents) -
addHistoricalConstituentsItem
public IndicesHistoricalConstituents addHistoricalConstituentsItem(IndexHistoricalConstituent historicalConstituentsItem) -
getHistoricalConstituents
Array of historical constituents.- Returns:
- historicalConstituents
-
setHistoricalConstituents
-
equals
-
hashCode
public int hashCode() -
toString
-