Package com.github.oscerd.finnhub.models
Class KeyCustomersSuppliers
java.lang.Object
com.github.oscerd.finnhub.models.KeyCustomersSuppliers
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class KeyCustomersSuppliers
extends Object
KeyCustomersSuppliers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCountryIndustrygetName()Name1-month price correlation1-year price correlation6-month price correlationSymbol3-month price correlation2-week price correlation2-year price correlationinthashCode()Whether the company is a customer.Whether the company is a supplieroneMonthCorrelation(Float oneMonthCorrelation) oneYearCorrelation(Float oneYearCorrelation) voidsetCountry(String country) voidsetCustomer(Boolean customer) voidsetIndustry(String industry) voidvoidsetOneMonthCorrelation(Float oneMonthCorrelation) voidsetOneYearCorrelation(Float oneYearCorrelation) voidsetSixMonthCorrelation(Float sixMonthCorrelation) voidsetSupplier(Boolean supplier) voidvoidsetThreeMonthCorrelation(Float threeMonthCorrelation) voidsetTwoWeekCorrelation(Float twoWeekCorrelation) voidsetTwoYearCorrelation(Float twoYearCorrelation) sixMonthCorrelation(Float sixMonthCorrelation) threeMonthCorrelation(Float threeMonthCorrelation) toString()twoWeekCorrelation(Float twoWeekCorrelation) twoYearCorrelation(Float twoYearCorrelation)
-
Constructor Details
-
KeyCustomersSuppliers
public KeyCustomersSuppliers()
-
-
Method Details
-
symbol
-
getSymbol
Symbol- Returns:
- symbol
-
setSymbol
-
name
-
getName
Name- Returns:
- name
-
setName
-
country
-
getCountry
Country- Returns:
- country
-
setCountry
-
industry
-
getIndustry
Industry- Returns:
- industry
-
setIndustry
-
customer
-
isCustomer
Whether the company is a customer.- Returns:
- customer
-
setCustomer
-
supplier
-
isSupplier
Whether the company is a supplier- Returns:
- supplier
-
setSupplier
-
oneMonthCorrelation
-
getOneMonthCorrelation
1-month price correlation- Returns:
- oneMonthCorrelation
-
setOneMonthCorrelation
-
oneYearCorrelation
-
getOneYearCorrelation
1-year price correlation- Returns:
- oneYearCorrelation
-
setOneYearCorrelation
-
sixMonthCorrelation
-
getSixMonthCorrelation
6-month price correlation- Returns:
- sixMonthCorrelation
-
setSixMonthCorrelation
-
threeMonthCorrelation
-
getThreeMonthCorrelation
3-month price correlation- Returns:
- threeMonthCorrelation
-
setThreeMonthCorrelation
-
twoWeekCorrelation
-
getTwoWeekCorrelation
2-week price correlation- Returns:
- twoWeekCorrelation
-
setTwoWeekCorrelation
-
twoYearCorrelation
-
getTwoYearCorrelation
2-year price correlation- Returns:
- twoYearCorrelation
-
setTwoYearCorrelation
-
equals
-
hashCode
public int hashCode() -
toString
-