public class IndustryApi extends Object
| Constructor and Description |
|---|
IndustryApi() |
IndustryApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<IndustryFacilitiesResponse> |
getIndustryFacilities(String datasource,
String userAgent,
String xUserAgent)
List industry facilities Return a list of industry facilities ---
Alternate route: `/v1/industry/facilities/` Alternate route:
`/legacy/industry/facilities/` Alternate route:
`/dev/industry/facilities/` --- This route is cached for up to
3600 seconds
|
List<IndustrySystemsResponse> |
getIndustrySystems(String datasource,
String userAgent,
String xUserAgent)
List solar system cost indices Return cost indices for solar systems ---
Alternate route: `/v1/industry/systems/` Alternate route:
`/legacy/industry/systems/` Alternate route:
`/dev/industry/systems/` --- This route is cached for up to
3600 seconds
|
void |
setApiClient(ApiClient apiClient) |
public IndustryApi()
public IndustryApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public List<IndustryFacilitiesResponse> getIndustryFacilities(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic List<IndustrySystemsResponse> getIndustrySystems(String datasource, String userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2017. All Rights Reserved.