Class CompanyProfile2

java.lang.Object
com.github.oscerd.finnhub.models.CompanyProfile2

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]") public class CompanyProfile2 extends Object
CompanyProfile2
  • Constructor Details

    • CompanyProfile2

      public CompanyProfile2()
  • Method Details

    • country

      public CompanyProfile2 country(String country)
    • getCountry

      public String getCountry()
      Country of company's headquarter.
      Returns:
      country
    • setCountry

      public void setCountry(String country)
    • currency

      public CompanyProfile2 currency(String currency)
    • getCurrency

      public String getCurrency()
      Currency used in company filings.
      Returns:
      currency
    • setCurrency

      public void setCurrency(String currency)
    • exchange

      public CompanyProfile2 exchange(String exchange)
    • getExchange

      public String getExchange()
      Listed exchange.
      Returns:
      exchange
    • setExchange

      public void setExchange(String exchange)
    • name

      public CompanyProfile2 name(String name)
    • getName

      public String getName()
      Company name.
      Returns:
      name
    • setName

      public void setName(String name)
    • ticker

      public CompanyProfile2 ticker(String ticker)
    • getTicker

      public String getTicker()
      Company symbol/ticker as used on the listed exchange.
      Returns:
      ticker
    • setTicker

      public void setTicker(String ticker)
    • ipo

      public CompanyProfile2 ipo(String ipo)
    • getIpo

      public String getIpo()
      IPO date.
      Returns:
      ipo
    • setIpo

      public void setIpo(String ipo)
    • marketCapitalization

      public CompanyProfile2 marketCapitalization(Float marketCapitalization)
    • getMarketCapitalization

      public Float getMarketCapitalization()
      Market Capitalization.
      Returns:
      marketCapitalization
    • setMarketCapitalization

      public void setMarketCapitalization(Float marketCapitalization)
    • shareOutstanding

      public CompanyProfile2 shareOutstanding(Float shareOutstanding)
    • getShareOutstanding

      public Float getShareOutstanding()
      Number of oustanding shares.
      Returns:
      shareOutstanding
    • setShareOutstanding

      public void setShareOutstanding(Float shareOutstanding)
    • logo

      public CompanyProfile2 logo(String logo)
    • getLogo

      public String getLogo()
      Logo image.
      Returns:
      logo
    • setLogo

      public void setLogo(String logo)
    • phone

      public CompanyProfile2 phone(String phone)
    • getPhone

      public String getPhone()
      Company phone number.
      Returns:
      phone
    • setPhone

      public void setPhone(String phone)
    • weburl

      public CompanyProfile2 weburl(String weburl)
    • getWeburl

      public String getWeburl()
      Company website.
      Returns:
      weburl
    • setWeburl

      public void setWeburl(String weburl)
    • finnhubIndustry

      public CompanyProfile2 finnhubIndustry(String finnhubIndustry)
    • getFinnhubIndustry

      public String getFinnhubIndustry()
      Finnhub industry classification.
      Returns:
      finnhubIndustry
    • setFinnhubIndustry

      public void setFinnhubIndustry(String finnhubIndustry)
    • 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