java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationResponse
All Implemented Interfaces:
Serializable

public class MigrationResponse extends GenericResponse
The MigrationResponse is returned when a migration job is invoked or reinvoked. It contains the jobId and message information.
Author:
johannes2
See Also:
  • Constructor Details

    • MigrationResponse

      public MigrationResponse()
      Constructor used by JAXB
    • MigrationResponse

      public MigrationResponse(ResponseInfo responseInfo)
      Create an instance of the response with response info
      Parameters:
      responseInfo - response info
    • MigrationResponse

      public MigrationResponse(Message message, ResponseInfo responseInfo)
      Create an instance of the response with a single message and response info
      Parameters:
      message - message
      responseInfo - response info
    • MigrationResponse

      public MigrationResponse(List<Message> messages, ResponseInfo responseInfo)
      Create an instance of the response with a list of messages and response info
      Parameters:
      message - message
      responseInfo - response info
  • Method Details