Class IndexHistoricalConstituent

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

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

    • IndexHistoricalConstituent

      public IndexHistoricalConstituent()
  • Method Details

    • symbol

      public IndexHistoricalConstituent symbol(String symbol)
    • getSymbol

      public String getSymbol()
      Symbol
      Returns:
      symbol
    • setSymbol

      public void setSymbol(String symbol)
    • action

      public IndexHistoricalConstituent action(String action)
    • getAction

      public String getAction()
      <code>add</code> or <code>remove</code>.
      Returns:
      action
    • setAction

      public void setAction(String action)
    • date

      public IndexHistoricalConstituent date(org.threeten.bp.LocalDate date)
    • getDate

      public org.threeten.bp.LocalDate getDate()
      Date of joining or leaving the index.
      Returns:
      date
    • setDate

      public void setDate(org.threeten.bp.LocalDate date)
    • 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