@Value.Immutable
public interface FioAlert
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A detailed text description of the alert from the appropriate weather service.
|
long |
expires()
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) at which the
alert will cease to be valid.
|
String |
title()
A short text summary of the alert.
|
String |
uri()
An HTTP(S) URI that contains detailed information about the alert.
|
String title()
long expires()
String uri()
String description()
Copyright © 2016. All rights reserved.