@Value.Immutable
public interface DsAlert
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A detailed description of the alert.
|
long |
expires()
The UNIX time (that is, seconds since midnight GMT on 1 Jan 1970) at which the
alert will expire.
|
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 title()
long expires()
String uri()
String description()
Copyright © 2016. All rights reserved.