@Value.Immutable
public interface FioDataBlock
| Modifier and Type | Method and Description |
|---|---|
List<FioDataPoint> |
data()
A collection of
FioDataPoint instances, ordered by time, which together
describe the weather conditions at the requested location over time. |
FioIcon |
icon()
A machine-readable text summary of this data block
|
String |
summary()
A human-readable text summary of this data block.
|
String summary()
FioIcon icon()
List<FioDataPoint> data()
FioDataPoint instances, ordered by time, which together
describe the weather conditions at the requested location over time.Copyright © 2016. All rights reserved.