Package com.github.oscerd.finnhub.models
Class FundOwnershipInfo
java.lang.Object
com.github.oscerd.finnhub.models.FundOwnershipInfo
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class FundOwnershipInfo
extends Object
FundOwnershipInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilingDate(org.threeten.bp.LocalDate filingDate) Number of share changed (net buy or sell) from the last period.org.threeten.bp.LocalDateFiling date.getName()Investor's name.Percent of the fund's portfolio comprised of the company's share.getShare()Number of shares held by the investor.inthashCode()portfolioPercent(Float portfolioPercent) voidvoidsetFilingDate(org.threeten.bp.LocalDate filingDate) voidvoidsetPortfolioPercent(Float portfolioPercent) voidtoString()
-
Constructor Details
-
FundOwnershipInfo
public FundOwnershipInfo()
-
-
Method Details
-
name
-
getName
Investor's name.- Returns:
- name
-
setName
-
change
-
getChange
Number of share changed (net buy or sell) from the last period.- Returns:
- change
-
setChange
-
filingDate
-
getFilingDate
public org.threeten.bp.LocalDate getFilingDate()Filing date.- Returns:
- filingDate
-
setFilingDate
public void setFilingDate(org.threeten.bp.LocalDate filingDate) -
portfolioPercent
-
getPortfolioPercent
Percent of the fund's portfolio comprised of the company's share.- Returns:
- portfolioPercent
-
setPortfolioPercent
-
equals
-
hashCode
public int hashCode() -
toString
-