|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.log.Log
public class Log
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 |
---|
public Log()
Method Detail |
---|
public java.util.Vector getMessageList()
public void setMessageList(java.util.Vector messageList)
messageList
- - list of all the messages in the log.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |