|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.model.AbstractModel
com.cloudcontrolled.api.model.Log
public class Log
The log object contains the timestamp, the type and the content of your log messages of your installed deployment.
| Constructor Summary | |
|---|---|
Log()
Constructor for Log. |
|
| Method Summary | |
|---|---|
String |
getMessage()
Getter for the field message. |
long |
getTime()
Getter for the field time. |
String |
getType()
Getter for the field type. |
void |
setMessage(String message)
Setter for the field message. |
void |
setTime(long time)
Setter for the field time. |
void |
setType(String type)
Setter for the field type. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Log()
Constructor for Log.
| Method Detail |
|---|
public long getTime()
Getter for the field time.
public void setTime(long time)
Setter for the field time.
time - the time to setpublic String getMessage()
Getter for the field message.
public void setMessage(String message)
Setter for the field message.
message - the message to setpublic String getType()
Getter for the field type.
public void setType(String type)
Setter for the field type.
type - the type to setpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||