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