| Package | Description |
|---|---|
| ch.rasc.darksky.converter | |
| ch.rasc.darksky.model |
| Modifier and Type | Method and Description |
|---|---|
DsAlertSeverity |
DsAlertSeverityDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static DsAlertSeverity |
DsAlertSeverity.findByJsonValue(String jsonValue) |
DsAlertSeverity |
ImmutableDsAlert.severity()
The severity of the weather alert.
|
DsAlertSeverity |
DsAlert.severity()
The severity of the weather alert.
|
static DsAlertSeverity |
DsAlertSeverity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DsAlertSeverity[] |
DsAlertSeverity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.severity(DsAlertSeverity severity)
Initializes the value for the
severity attribute. |
ImmutableDsAlert |
ImmutableDsAlert.withSeverity(DsAlertSeverity value)
Copy the current immutable object by setting a value for the
severity attribute. |
Copyright © 2016–2020. All rights reserved.