@Value.Immutable
public interface DsFlag
| Modifier and Type | Method and Description |
|---|---|
Object |
darkskyUnavailable()
The presence of this property indicates that the Dark Sky data source supports the
given location, but a temporary error (such as a radar station being down for
maintenance) has made the data unavailable.
|
BigDecimal |
nearestStation()
The distance to the nearest weather station that contributed data to this response.
|
List<String> |
sources()
This property contains a list of IDs for each
data source utilized in
servicing this request.
|
DsUnit |
units()
Indicates the units which were used for the data in this request.
|
@Nullable Object darkskyUnavailable()
@Nullable BigDecimal nearestStation()
List<String> sources()
Copyright © 2016–2020. All rights reserved.