com.shephertz.app42.paas.sdk.jme.log
Class Log

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.log.Log

public class Log
extends App42Response

This Log object is the value object which contains the properties of Log along with the setter & getter for those properties.


Nested Class Summary
 class Log.Message
          An inner class that contains the remaining properties of the Log.
 
Constructor Summary
Log()
           
 
Method Summary
 java.util.Vector getMessageList()
          Returns the list of all the messages in the log.
 void setMessageList(java.util.Vector messageList)
          Sets the list of all the messages in the log.
 
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

getMessageList

public java.util.Vector getMessageList()
Returns the list of all the messages in the log.

Returns:
the list of all the messages in the log.

setMessageList

public void setMessageList(java.util.Vector messageList)
Sets the list of all the messages in the log.

Parameters:
messageList - - list of all the messages in the log.