| Constructor and Description |
|---|
Notification() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFragmentId() |
String |
getHostAddress() |
String |
getHostName() |
String |
getId() |
List<Issue> |
getIssues() |
long |
getTimestamp() |
String |
getTraceId() |
String |
getTransaction() |
void |
setFragmentId(String fragmentId) |
void |
setHostAddress(String hostAddress) |
void |
setHostName(String hostName) |
void |
setId(String id) |
void |
setIssues(List<Issue> issues) |
void |
setTimestamp(long timestamp) |
void |
setTraceId(String traceId) |
void |
setTransaction(String transaction) |
String |
toString() |
public void setId(String id)
id - the id to setpublic String getTraceId()
public void setTraceId(String traceId)
traceId - the traceId to setpublic String getFragmentId()
public void setFragmentId(String fragmentId)
fragmentId - the fragmentId to setpublic String getTransaction()
public void setTransaction(String transaction)
transaction - the transaction to setpublic long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the timestamp in microsecondspublic String getHostName()
public void setHostName(String hostName)
hostName - the hostName to setpublic String getHostAddress()
public void setHostAddress(String hostAddress)
hostAddress - the hostAddress to setCopyright © 2015–2016 Red Hat, Inc.. All rights reserved.