public class LogMessages extends Object
| Constructor and Description |
|---|
LogMessages() |
| Modifier and Type | Method and Description |
|---|---|
List<LabelValue> |
getApplications() |
List<LabelValue> |
getHostnames() |
List<LogMessage> |
getLogMessages() |
void |
setApplications(List<LabelValue> applications) |
void |
setHostnames(List<LabelValue> hostnames) |
void |
setLogMessages(List<LogMessage> logMessages) |
String |
toString() |
public List<LabelValue> getHostnames()
public void setHostnames(List<LabelValue> hostnames)
hostnames - the hostnames to setpublic List<LabelValue> getApplications()
public void setApplications(List<LabelValue> applications)
applications - the applications to setpublic List<LogMessage> getLogMessages()
public void setLogMessages(List<LogMessage> logMessages)
logMessages - the logMessages to setCopyright © 2012. All Rights Reserved.