Package com.github.oscerd.finnhub.models
Class OwnershipInfo
java.lang.Object
com.github.oscerd.finnhub.models.OwnershipInfo
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class OwnershipInfo
extends Object
OwnershipInfo
-
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.getShare()Number of shares held by the investor.inthashCode()voidvoidsetFilingDate(org.threeten.bp.LocalDate filingDate) voidvoidtoString()
-
Constructor Details
-
OwnershipInfo
public OwnershipInfo()
-
-
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) -
equals
-
hashCode
public int hashCode() -
toString
-