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