public class Alert extends Object implements Comparable<Alert>
| Modifier and Type | Class and Description |
|---|---|
static class |
Alert.Builder |
public static Alert.Builder builder()
public long getId()
public String getDescription()
public Date getSent()
public String getType()
public int compareTo(Alert other)
compareTo in interface Comparable<Alert>Copyright © 2009-2012 jclouds. All Rights Reserved.