|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationGetLogResponse
public class MigrationGetLogResponse
Response to request to retrieve log for a tag type migration
Constructor Summary | |
---|---|
MigrationGetLogResponse()
Constructor used by JAXB |
|
MigrationGetLogResponse(Message message,
ResponseInfo responseInfo)
Create an instance of the response with single message and response info |
Method Summary | |
---|---|
java.lang.String |
getLogContents()
Returns the log file content |
void |
setLogContents(java.lang.String logContents)
Set the contents of the log |
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrationGetLogResponse()
public MigrationGetLogResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infoMethod Detail |
---|
public java.lang.String getLogContents()
public void setLogContents(java.lang.String logContents)
logContents
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |