Class SymbolChangeInfo

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

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

    • SymbolChangeInfo

      public SymbolChangeInfo()
  • Method Details

    • atDate

      public SymbolChangeInfo atDate(String atDate)
    • getAtDate

      public String getAtDate()
      Event's date.
      Returns:
      atDate
    • setAtDate

      public void setAtDate(String atDate)
    • oldSymbol

      public SymbolChangeInfo oldSymbol(String oldSymbol)
    • getOldSymbol

      public String getOldSymbol()
      Old symbol.
      Returns:
      oldSymbol
    • setOldSymbol

      public void setOldSymbol(String oldSymbol)
    • newSymbol

      public SymbolChangeInfo newSymbol(String newSymbol)
    • getNewSymbol

      public String getNewSymbol()
      New symbol.
      Returns:
      newSymbol
    • setNewSymbol

      public void setNewSymbol(String newSymbol)
    • 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