org.mythtv.services.api.v026.beans
Class LogMessages

java.lang.Object
  extended by org.mythtv.services.api.v026.beans.LogMessages

public class LogMessages
extends java.lang.Object


Constructor Summary
LogMessages()
           
 
Method Summary
 java.util.List<LabelValue> getApplications()
           
 java.util.List<LabelValue> getHostnames()
           
 java.util.List<LogMessage> getLogMessages()
           
 void setApplications(java.util.List<LabelValue> applications)
           
 void setHostnames(java.util.List<LabelValue> hostnames)
           
 void setLogMessages(java.util.List<LogMessage> logMessages)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogMessages

public LogMessages()
Method Detail

getHostnames

public java.util.List<LabelValue> getHostnames()
Returns:
the hostnames

setHostnames

public void setHostnames(java.util.List<LabelValue> hostnames)
Parameters:
hostnames - the hostnames to set

getApplications

public java.util.List<LabelValue> getApplications()
Returns:
the applications

setApplications

public void setApplications(java.util.List<LabelValue> applications)
Parameters:
applications - the applications to set

getLogMessages

public java.util.List<LogMessage> getLogMessages()
Returns:
the logMessages

setLogMessages

public void setLogMessages(java.util.List<LogMessage> logMessages)
Parameters:
logMessages - the logMessages to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object