Class MigrationGetLogResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationGetLogResponse
- All Implemented Interfaces:
Serializable
Response to request to retrieve log for a tag type migration
- Author:
- Taylor
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor used by JAXBMigrationGetLogResponse
(Message message, ResponseInfo responseInfo) Create an instance of the response with single message and response info -
Method Summary
Modifier and TypeMethodDescriptionReturns the log file contentvoid
setLogContents
(String logContents) Set the contents of the logMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
MigrationGetLogResponse
public MigrationGetLogResponse()Constructor used by JAXB -
MigrationGetLogResponse
Create an instance of the response with single message and response info- Parameters:
message
- messageresponseInfo
- response info
-
-
Method Details
-
getLogContents
Returns the log file content- Returns:
-
setLogContents
Set the contents of the log- Parameters:
logContents
-
-