|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.log.Log.Message
public class Log.Message
An inner class that contains the remaining properties of the Log.
Field Summary | |
---|---|
java.util.Date |
logTime
|
java.lang.String |
message
|
java.lang.String |
module
|
java.lang.String |
type
|
Constructor Summary | |
---|---|
Log.Message()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.util.Date |
getLogTime()
Returns the time the log was created. |
java.lang.String |
getMessage()
Returns the message in a log. |
java.lang.String |
getModule()
Returns the appModule name. |
java.lang.String |
getType()
Returns the type of the message in the log. |
void |
setLogTime(java.util.Date logTime)
Sets the time the log was created. |
void |
setMessage(java.lang.String message)
Sets the message in a log. |
void |
setModule(java.lang.String appModule)
Sets the the appModule name |
void |
setType(java.lang.String type)
Sets the type of the message in the log. |
java.lang.String |
toString()
Returns the Log Response in JSON format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.util.Date logTime
public java.lang.String message
public java.lang.String module
public java.lang.String type
Constructor Detail |
---|
public Log.Message()
Method Detail |
---|
public java.util.Date getLogTime()
public java.lang.String getMessage()
public java.lang.String getModule()
public java.lang.String getType()
public void setLogTime(java.util.Date logTime)
logTime
- - the time the log was created.public void setMessage(java.lang.String message)
message
- - the message in a logpublic void setModule(java.lang.String appModule)
appModule
- - the appModule namepublic void setType(java.lang.String type)
type
- - type of the message in the log.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |