@Value.Immutable
public interface DsAlert
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A detailed description of the alert.
|
long |
expires()
The UNIX time at which the alert will expire.
|
List<String> |
regions()
A list of
String representing the names of the regions covered by this
weather alert. |
DsAlertSeverity |
severity()
The severity of the weather alert.
|
long |
time()
The UNIX time at which the alert was issued.
|
String |
title()
A brief description of the alert.
|
String |
uri()
An HTTP(S) URI that one may refer to for detailed information about the alert.
|
String description()
long expires()
List<String> regions()
String representing the names of the regions covered by this
weather alert.DsAlertSeverity severity()
DsAlertSeverity.ADVISORY (an individual should be aware of potentially
severe weather), DsAlertSeverity.WATCH (an individual should prepare for
potentially severe weather), or DsAlertSeverity.WARNING (an individual
should take immediate action to protect themselves and others from potentially
severe weather).long time()
String title()
String uri()
Copyright © 2016–2020. All rights reserved.