Class Dividends

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

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

    • Dividends

      public Dividends()
  • Method Details

    • symbol

      public Dividends symbol(String symbol)
    • getSymbol

      public String getSymbol()
      Symbol.
      Returns:
      symbol
    • setSymbol

      public void setSymbol(String symbol)
    • date

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

      public org.threeten.bp.LocalDate getDate()
      Ex-Dividend date.
      Returns:
      date
    • setDate

      public void setDate(org.threeten.bp.LocalDate date)
    • amount

      public Dividends amount(Float amount)
    • getAmount

      public Float getAmount()
      Amount in local currency.
      Returns:
      amount
    • setAmount

      public void setAmount(Float amount)
    • adjustedAmount

      public Dividends adjustedAmount(Float adjustedAmount)
    • getAdjustedAmount

      public Float getAdjustedAmount()
      Adjusted dividend.
      Returns:
      adjustedAmount
    • setAdjustedAmount

      public void setAdjustedAmount(Float adjustedAmount)
    • payDate

      public Dividends payDate(org.threeten.bp.LocalDate payDate)
    • getPayDate

      public org.threeten.bp.LocalDate getPayDate()
      Pay date.
      Returns:
      payDate
    • setPayDate

      public void setPayDate(org.threeten.bp.LocalDate payDate)
    • recordDate

      public Dividends recordDate(org.threeten.bp.LocalDate recordDate)
    • getRecordDate

      public org.threeten.bp.LocalDate getRecordDate()
      Record date.
      Returns:
      recordDate
    • setRecordDate

      public void setRecordDate(org.threeten.bp.LocalDate recordDate)
    • declarationDate

      public Dividends declarationDate(org.threeten.bp.LocalDate declarationDate)
    • getDeclarationDate

      public org.threeten.bp.LocalDate getDeclarationDate()
      Declaration date.
      Returns:
      declarationDate
    • setDeclarationDate

      public void setDeclarationDate(org.threeten.bp.LocalDate declarationDate)
    • currency

      public Dividends currency(String currency)
    • getCurrency

      public String getCurrency()
      Currency.
      Returns:
      currency
    • setCurrency

      public void setCurrency(String currency)
    • freq

      public Dividends freq(String freq)
    • getFreq

      public String getFreq()
      <p>Dividend frequency. Can be 1 of the following values:</p><ul> <li><code>0: Annually</code></li> <li><code>1: Monthly</code></li> <li><code>2: Quarterly</code></li> <li><code>3: Semi-annually</code></li> <li><code>4: Other/Unknown</code></li> <li><code>5: Bimonthly</code></li> <li><code>6: Trimesterly</code></li> <li><code>7: Weekly</code></li> </ul>
      Returns:
      freq
    • setFreq

      public void setFreq(String freq)
    • 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