| Package | Description |
|---|---|
| ch.rasc.darksky.model |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDsAlert |
ImmutableDsAlert.Builder.build()
Builds a new
ImmutableDsAlert. |
static ImmutableDsAlert |
ImmutableDsAlert.copyOf(DsAlert instance)
Creates an immutable copy of a
DsAlert value. |
ImmutableDsAlert |
ImmutableDsAlert.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableDsAlert |
ImmutableDsAlert.withExpires(long value)
Copy the current immutable object by setting a value for the
expires attribute. |
ImmutableDsAlert |
ImmutableDsAlert.withRegions(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
regions. |
ImmutableDsAlert |
ImmutableDsAlert.withRegions(String... elements)
Copy the current immutable object with elements that replace the content of
regions. |
ImmutableDsAlert |
ImmutableDsAlert.withSeverity(DsAlertSeverity value)
Copy the current immutable object by setting a value for the
severity attribute. |
ImmutableDsAlert |
ImmutableDsAlert.withTime(long value)
Copy the current immutable object by setting a value for the
time attribute. |
ImmutableDsAlert |
ImmutableDsAlert.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableDsAlert |
ImmutableDsAlert.withUri(String value)
Copy the current immutable object by setting a value for the
uri attribute. |
Copyright © 2016–2020. All rights reserved.