| 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 apparentTemperature)
Copy the current immutable object by setting a value for the
apparentTemperature attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withApparentTemperatureMax(BigDecimal apparentTemperatureMax)
Copy the current immutable object by setting a value for the
apparentTemperatureMax attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withApparentTemperatureMaxTime(Long apparentTemperatureMaxTime)
Copy the current immutable object by setting a value for the
apparentTemperatureMaxTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withApparentTemperatureMin(BigDecimal apparentTemperatureMin)
Copy the current immutable object by setting a value for the
apparentTemperatureMin attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withApparentTemperatureMinTime(Long apparentTemperatureMinTime)
Copy the current immutable object by setting a value for the
apparentTemperatureMinTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withCloudCover(BigDecimal cloudCover)
Copy the current immutable object by setting a value for the
cloudCover attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withDewPoint(BigDecimal dewPoint)
Copy the current immutable object by setting a value for the
dewPoint attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withHumidity(BigDecimal humidity)
Copy the current immutable object by setting a value for the
humidity attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withIcon(FioIcon icon)
Copy the current immutable object by setting a value for the
icon attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withMoonPhase(BigDecimal moonPhase)
Copy the current immutable object by setting a value for the
moonPhase attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withNearestStormBearing(BigDecimal nearestStormBearing)
Copy the current immutable object by setting a value for the
nearestStormBearing attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withNearestStormDistance(BigDecimal nearestStormDistance)
Copy the current immutable object by setting a value for the
nearestStormDistance attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withOzone(BigDecimal ozone)
Copy the current immutable object by setting a value for the
ozone attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipAccumulation(BigDecimal precipAccumulation)
Copy the current immutable object by setting a value for the
precipAccumulation attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipIntensity(BigDecimal precipIntensity)
Copy the current immutable object by setting a value for the
precipIntensity attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipIntensityMax(BigDecimal precipIntensityMax)
Copy the current immutable object by setting a value for the
precipIntensityMax attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipIntensityMaxTime(Long precipIntensityMaxTime)
Copy the current immutable object by setting a value for the
precipIntensityMaxTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipProbability(BigDecimal precipProbability)
Copy the current immutable object by setting a value for the
precipProbability attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPrecipType(FioPrecipType precipType)
Copy the current immutable object by setting a value for the
precipType attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withPressure(BigDecimal pressure)
Copy the current immutable object by setting a value for the
pressure attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withSummary(String summary)
Copy the current immutable object by setting a value for the
summary attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withSunriseTime(Long sunriseTime)
Copy the current immutable object by setting a value for the
sunriseTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withSunsetTime(Long sunsetTime)
Copy the current immutable object by setting a value for the
sunsetTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperature(BigDecimal temperature)
Copy the current immutable object by setting a value for the
temperature attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperatureMax(BigDecimal temperatureMax)
Copy the current immutable object by setting a value for the
temperatureMax attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperatureMaxTime(Long temperatureMaxTime)
Copy the current immutable object by setting a value for the
temperatureMaxTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperatureMin(BigDecimal temperatureMin)
Copy the current immutable object by setting a value for the
temperatureMin attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTemperatureMinTime(Long temperatureMinTime)
Copy the current immutable object by setting a value for the
temperatureMinTime attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withTime(long time)
Copy the current immutable object by setting a value for the
time attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withVisibility(BigDecimal visibility)
Copy the current immutable object by setting a value for the
visibility attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withWindBearing(BigDecimal windBearing)
Copy the current immutable object by setting a value for the
windBearing attribute. |
ImmutableFioDataPoint |
ImmutableFioDataPoint.withWindSpeed(BigDecimal windSpeed)
Copy the current immutable object by setting a value for the
windSpeed attribute. |
Copyright © 2016. All rights reserved.