| Constructor and Description |
|---|
LifeCycle() |
LifeCycle(Alert.Status status,
String user,
long stime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Alert.Status |
getStatus() |
long |
getStime() |
String |
getUser() |
int |
hashCode() |
void |
setStatus(Alert.Status status) |
void |
setStime(long stime) |
void |
setUser(String user) |
String |
toString() |
public LifeCycle()
public LifeCycle(Alert.Status status, String user, long stime)
public String getUser()
public void setUser(String user)
public Alert.Status getStatus()
public void setStatus(Alert.Status status)
public long getStime()
public void setStime(long stime)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.