alphavantage / sector / response / SectorResponse
SectorResponse¶
public final class SectorResponse extends Object
A Sector response
Types¶
| Name | Summary |
|---|---|
| MetaData | public static class MetaData |
| SectorParser | public static class SectorParser |
Constructors¶
| Name | Summary |
|---|---|
| SectorResponse | private SectorResponse(String errorMessage) |
| SectorResponse | private SectorResponse(MetaData metaData, Map<String, SectorUnit> sectorUnits) |
Properties¶
| Name | Summary |
|---|---|
| metaData | private MetaData metaData |
| sectorUnits | private Map<String, SectorUnits> sectorUnits |
| errorMessage | private String errorMessage |
Methods¶
| Name | Summary |
|---|---|
| getMetaData | public MetaData getMetaData() |
| getErrorMessage | public String getErrorMessage() |
| getRealTimePerformance | public SectorUnit getRealTimePerformance() |
| getOneDayPerformance | public SectorUnit getOneDayPerformance() |
| getFiveDayPerformance | public SectorUnit getFiveDayPerformance() |
| getOneMonthPerformance | public SectorUnit getOneMonthPerformance() |
| getThreeMonthPerformance | public SectorUnit getThreeMonthPerformance() |
| getYearToDatePerformance | public SectorUnit getYearToDatePerformance() |
| getOneYearPerformance | public SectorUnit getOneYearPerformance() |
| getThreeYearPerformance | public SectorUnit getThreeYearPerformance() |
| getFiveYearPerformance | public SectorUnit getFiveYearPerformance() |
| getTenYearPerformance | public SectorUnit getTenYearPerformance() |
| toString | public String toString() |