| Package | Description |
|---|---|
| ch.rasc.forcastio.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFioDataPoint |
ImmutableFioDataPoint.Builder.build()
Builds a new
ImmutableFioDataPoint. |
static ImmutableFioDataPoint |
ImmutableFioDataPoint.copyOf(FioDataPoint instance)
Creates an immutable copy of a
FioDataPoint value. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withApparentTemperature(BigDecimal value)
Copy the current immutable object by setting a value for the
apparentTemperature attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withApparentTemperatureMax(BigDecimal value)
Copy the current immutable object by setting a value for the
apparentTemperatureMax attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withApparentTemperatureMaxTime(Long value)
Copy the current immutable object by setting a value for the
apparentTemperatureMaxTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withApparentTemperatureMin(BigDecimal value)
Copy the current immutable object by setting a value for the
apparentTemperatureMin attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withApparentTemperatureMinTime(Long value)
Copy the current immutable object by setting a value for the
apparentTemperatureMinTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withCloudCover(BigDecimal value)
Copy the current immutable object by setting a value for the
cloudCover attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withDewPoint(BigDecimal value)
Copy the current immutable object by setting a value for the
dewPoint attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withHumidity(BigDecimal value)
Copy the current immutable object by setting a value for the
humidity attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withIcon(FioIcon value)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withMoonPhase(BigDecimal value)
Copy the current immutable object by setting a value for the
moonPhase attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withNearestStormBearing(BigDecimal value)
Copy the current immutable object by setting a value for the
nearestStormBearing attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withNearestStormDistance(BigDecimal value)
Copy the current immutable object by setting a value for the
nearestStormDistance attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withOzone(BigDecimal value)
Copy the current immutable object by setting a value for the
ozone attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipAccumulation(BigDecimal value)
Copy the current immutable object by setting a value for the
precipAccumulation attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipIntensity(BigDecimal value)
Copy the current immutable object by setting a value for the
precipIntensity attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipIntensityMax(BigDecimal value)
Copy the current immutable object by setting a value for the
precipIntensityMax attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipIntensityMaxTime(Long value)
Copy the current immutable object by setting a value for the
precipIntensityMaxTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipProbability(BigDecimal value)
Copy the current immutable object by setting a value for the
precipProbability attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipType(FioPrecipType value)
Copy the current immutable object by setting a value for the
precipType attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPressure(BigDecimal value)
Copy the current immutable object by setting a value for the
pressure attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withSummary(String value)
Copy the current immutable object by setting a value for the
summary attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withSunriseTime(Long value)
Copy the current immutable object by setting a value for the
sunriseTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withSunsetTime(Long value)
Copy the current immutable object by setting a value for the
sunsetTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperature(BigDecimal value)
Copy the current immutable object by setting a value for the
temperature attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperatureMax(BigDecimal value)
Copy the current immutable object by setting a value for the
temperatureMax attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperatureMaxTime(Long value)
Copy the current immutable object by setting a value for the
temperatureMaxTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperatureMin(BigDecimal value)
Copy the current immutable object by setting a value for the
temperatureMin attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperatureMinTime(Long value)
Copy the current immutable object by setting a value for the
temperatureMinTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTime(long value)
Copy the current immutable object by setting a value for the
time attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withVisibility(BigDecimal value)
Copy the current immutable object by setting a value for the
visibility attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withWindBearing(BigDecimal value)
Copy the current immutable object by setting a value for the
windBearing attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withWindSpeed(BigDecimal value)
Copy the current immutable object by setting a value for the
windSpeed attribute. |
Copyright © 2016. All rights reserved.