public class Alert extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Alert.Builder<T extends Alert.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Alert(String id,
String description,
Date sent,
String type) |
Modifier and Type | Method and Description |
---|---|
static Alert.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId() |
Date |
getSent() |
String |
getType() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Alert.Builder<?> |
toBuilder() |
String |
toString() |
public static Alert.Builder<?> builder()
public Alert.Builder<?> toBuilder()
public String getId()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.