Package com.github.oscerd.finnhub.models
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadjustedAmount(Float adjustedAmount) date(org.threeten.bp.LocalDate date) declarationDate(org.threeten.bp.LocalDate declarationDate) booleanAdjusted dividend.Amount in local currency.Currency.org.threeten.bp.LocalDategetDate()Ex-Dividend date.org.threeten.bp.LocalDateDeclaration date.getFreq()<p>Dividend frequency.org.threeten.bp.LocalDatePay date.org.threeten.bp.LocalDateRecord date.Symbol.inthashCode()payDate(org.threeten.bp.LocalDate payDate) recordDate(org.threeten.bp.LocalDate recordDate) voidsetAdjustedAmount(Float adjustedAmount) voidvoidsetCurrency(String currency) voidsetDate(org.threeten.bp.LocalDate date) voidsetDeclarationDate(org.threeten.bp.LocalDate declarationDate) voidvoidsetPayDate(org.threeten.bp.LocalDate payDate) voidsetRecordDate(org.threeten.bp.LocalDate recordDate) voidtoString()
-
Constructor Details
-
Dividends
public Dividends()
-
-
Method Details
-
symbol
-
getSymbol
Symbol.- Returns:
- symbol
-
setSymbol
-
date
-
getDate
public org.threeten.bp.LocalDate getDate()Ex-Dividend date.- Returns:
- date
-
setDate
public void setDate(org.threeten.bp.LocalDate date) -
amount
-
getAmount
Amount in local currency.- Returns:
- amount
-
setAmount
-
adjustedAmount
-
getAdjustedAmount
Adjusted dividend.- Returns:
- adjustedAmount
-
setAdjustedAmount
-
payDate
-
getPayDate
public org.threeten.bp.LocalDate getPayDate()Pay date.- Returns:
- payDate
-
setPayDate
public void setPayDate(org.threeten.bp.LocalDate payDate) -
recordDate
-
getRecordDate
public org.threeten.bp.LocalDate getRecordDate()Record date.- Returns:
- recordDate
-
setRecordDate
public void setRecordDate(org.threeten.bp.LocalDate recordDate) -
declarationDate
-
getDeclarationDate
public org.threeten.bp.LocalDate getDeclarationDate()Declaration date.- Returns:
- declarationDate
-
setDeclarationDate
public void setDeclarationDate(org.threeten.bp.LocalDate declarationDate) -
currency
-
getCurrency
Currency.- Returns:
- currency
-
setCurrency
-
freq
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-