Package com.github.oscerd.finnhub.models
Class Ownership
java.lang.Object
com.github.oscerd.finnhub.models.Ownership
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class Ownership
extends Object
Ownership
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOwnershipItem(OwnershipInfo ownershipItem) booleanArray of investors with detailed information about their holdings.Symbol of the company.inthashCode()ownership(List<OwnershipInfo> ownership) voidsetOwnership(List<OwnershipInfo> ownership) voidtoString()
-
Constructor Details
-
Ownership
public Ownership()
-
-
Method Details
-
symbol
-
getSymbol
Symbol of the company.- Returns:
- symbol
-
setSymbol
-
ownership
-
addOwnershipItem
-
getOwnership
Array of investors with detailed information about their holdings.- Returns:
- ownership
-
setOwnership
-
equals
-
hashCode
public int hashCode() -
toString
-