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 Details

    • KeyCustomersSuppliers

      public KeyCustomersSuppliers()
  • Method Details

    • symbol

      public KeyCustomersSuppliers symbol(String symbol)
    • getSymbol

      public String getSymbol()
      Symbol
      Returns:
      symbol
    • setSymbol

      public void setSymbol(String symbol)
    • name

      public KeyCustomersSuppliers name(String name)
    • getName

      public String getName()
      Name
      Returns:
      name
    • setName

      public void setName(String name)
    • country

      public KeyCustomersSuppliers country(String country)
    • getCountry

      public String getCountry()
      Country
      Returns:
      country
    • setCountry

      public void setCountry(String country)
    • industry

      public KeyCustomersSuppliers industry(String industry)
    • getIndustry

      public String getIndustry()
      Industry
      Returns:
      industry
    • setIndustry

      public void setIndustry(String industry)
    • customer

      public KeyCustomersSuppliers customer(Boolean customer)
    • isCustomer

      public Boolean isCustomer()
      Whether the company is a customer.
      Returns:
      customer
    • setCustomer

      public void setCustomer(Boolean customer)
    • supplier

      public KeyCustomersSuppliers supplier(Boolean supplier)
    • isSupplier

      public Boolean isSupplier()
      Whether the company is a supplier
      Returns:
      supplier
    • setSupplier

      public void setSupplier(Boolean supplier)
    • oneMonthCorrelation

      public KeyCustomersSuppliers oneMonthCorrelation(Float oneMonthCorrelation)
    • getOneMonthCorrelation

      public Float getOneMonthCorrelation()
      1-month price correlation
      Returns:
      oneMonthCorrelation
    • setOneMonthCorrelation

      public void setOneMonthCorrelation(Float oneMonthCorrelation)
    • oneYearCorrelation

      public KeyCustomersSuppliers oneYearCorrelation(Float oneYearCorrelation)
    • getOneYearCorrelation

      public Float getOneYearCorrelation()
      1-year price correlation
      Returns:
      oneYearCorrelation
    • setOneYearCorrelation

      public void setOneYearCorrelation(Float oneYearCorrelation)
    • sixMonthCorrelation

      public KeyCustomersSuppliers sixMonthCorrelation(Float sixMonthCorrelation)
    • getSixMonthCorrelation

      public Float getSixMonthCorrelation()
      6-month price correlation
      Returns:
      sixMonthCorrelation
    • setSixMonthCorrelation

      public void setSixMonthCorrelation(Float sixMonthCorrelation)
    • threeMonthCorrelation

      public KeyCustomersSuppliers threeMonthCorrelation(Float threeMonthCorrelation)
    • getThreeMonthCorrelation

      public Float getThreeMonthCorrelation()
      3-month price correlation
      Returns:
      threeMonthCorrelation
    • setThreeMonthCorrelation

      public void setThreeMonthCorrelation(Float threeMonthCorrelation)
    • twoWeekCorrelation

      public KeyCustomersSuppliers twoWeekCorrelation(Float twoWeekCorrelation)
    • getTwoWeekCorrelation

      public Float getTwoWeekCorrelation()
      2-week price correlation
      Returns:
      twoWeekCorrelation
    • setTwoWeekCorrelation

      public void setTwoWeekCorrelation(Float twoWeekCorrelation)
    • twoYearCorrelation

      public KeyCustomersSuppliers twoYearCorrelation(Float twoYearCorrelation)
    • getTwoYearCorrelation

      public Float getTwoYearCorrelation()
      2-year price correlation
      Returns:
      twoYearCorrelation
    • setTwoYearCorrelation

      public void setTwoYearCorrelation(Float twoYearCorrelation)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object