alphavantage / sector / response / SectorUnit
SectorUnit¶
public final class SectorUnit extends Object
A sector performance data structure
Constructors¶
| Name | Summary | 
|---|---|
| SectorUnit | public SectorUnit(String informationTechnology ,String consumerDiscretionary, String healthCare, String communicationServices,String realEstate,String utilities,String financials,String materials,String industrials,String consumerStaples,String energy) | 
Properties¶
| Name | Summary | 
|---|---|
| informationTechnology | private String informationTechnology | 
| consumerDiscretionary | private String consumerDiscretionary | 
| healthCare | private String healthCare | 
| communicationServices | private String communicationServices | 
| realEstate | private String realEstate | 
| utilities | private String utilities | 
| financials | private String financials | 
| materials | private String materials | 
| industrials | private String industrials | 
| consumerStaples | private String consumerStaples | 
| energy | private String energy | 
Methods¶
| Name | Summary | 
|---|---|
| getInformationTechnology | private String getInformationTechnology() | 
| getConsumerDiscretionary | private String getConsumerDiscretionary() | 
| getHealthCare | private String getHealthCare() | 
| getCommunicationServices | private String getCommunicationServices() | 
| getRealEstate | private String getRealEstate() | 
| getUtilities | private String getUtilities() | 
| getFinancials | private String getFinancials() | 
| getMaterials | private String getMaterials() | 
| getIndustrials | private String getIndustrials() | 
| getConsumerStaples | private String getConsumerStaples() | 
| getEnergy | private String getEnergy() |