public class EventRest extends Object
| Constructor and Description |
|---|
EventRest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail() |
int |
getId() |
String |
getSeverity() |
int |
getSourceId() |
long |
getTimestamp() |
void |
setDetail(String detail) |
void |
setId(int id) |
void |
setSeverity(String severity) |
void |
setSourceId(int sourceId) |
void |
setTimestamp(long timestamp) |
public int getId()
public void setId(int id)
public String getDetail()
public void setDetail(String detail)
public int getSourceId()
public void setSourceId(int sourceId)
public long getTimestamp()
public void setTimestamp(long timestamp)
public String getSeverity()
public void setSeverity(String severity)
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.