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:
  • Constructor Details

    • 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 - message
      responseInfo - response info
  • Method Details

    • getLogContents

      public String getLogContents()
      Returns the log file content
      Returns:
    • setLogContents

      public void setLogContents(String logContents)
      Set the contents of the log
      Parameters:
      logContents -