@Value.Immutable
public interface DsDataBlock
| Modifier and Type | Method and Description |
|---|---|
List<DsDataPoint> |
data()
An 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.
|
String summary()
Not set on Time Machine responses.
DsIcon icon()
Not set on Time Machine responses.
List<DsDataPoint> data()
DsDataPoint instances, ordered by time, which together describe
the weather conditions at the requested location over time.Copyright © 2016. All rights reserved.