Package com.github.oscerd.finnhub.models
Class Company
java.lang.Object
com.github.oscerd.finnhub.models.Company
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class Company
extends Object
Company
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompensation(Long compensation) booleangetAge()AgeTotal compensationCompensation currencygetName()Executive namegetSex()SexgetSince()Year first appointed as executive/director of the companygetTitle()TitleinthashCode()voidvoidsetCompensation(Long compensation) voidsetCurrency(String currency) voidvoidvoidvoidtoString()
-
Constructor Details
-
Company
public Company()
-
-
Method Details
-
name
-
getName
Executive name- Returns:
- name
-
setName
-
age
-
getAge
Age- Returns:
- age
-
setAge
-
title
-
getTitle
Title- Returns:
- title
-
setTitle
-
since
-
getSince
Year first appointed as executive/director of the company- Returns:
- since
-
setSince
-
sex
-
getSex
Sex- Returns:
- sex
-
setSex
-
compensation
-
getCompensation
Total compensation- Returns:
- compensation
-
setCompensation
-
currency
-
getCurrency
Compensation currency- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-