| Package | Description |
|---|---|
| ch.rasc.darksky.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.addAllRegions(Iterable<String> elements)
Adds elements to
regions list. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.addRegions(String... elements)
Adds elements to
regions list. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.addRegions(String element)
Adds one element to
regions list. |
static ImmutableDsAlert.Builder |
ImmutableDsAlert.builder()
Creates a builder for
ImmutableDsAlert. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.description(String description)
Initializes the value for the
description attribute. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.expires(long expires)
Initializes the value for the
expires attribute. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.from(DsAlert instance)
Fill a builder with attribute values from the provided
DsAlert instance. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.regions(Iterable<String> elements)
Sets or replaces all elements for
regions list. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.severity(DsAlertSeverity severity)
Initializes the value for the
severity attribute. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.time(long time)
Initializes the value for the
time attribute. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.title(String title)
Initializes the value for the
title attribute. |
ImmutableDsAlert.Builder |
ImmutableDsAlert.Builder.uri(String uri)
Initializes the value for the
uri attribute. |
Copyright © 2016–2020. All rights reserved.