Class MigrationGetLogsResponse

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

public class MigrationGetLogsResponse extends GenericResponse
Response to request to retrieve all logs for tag type migration
Author:
Taylor
See Also:
  • Constructor Details

    • MigrationGetLogsResponse

      public MigrationGetLogsResponse()
      Constructor used by JAXB
    • MigrationGetLogsResponse

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

    • getLogFilenames

      public Map<String,String> getLogFilenames()
    • setLogFilenames

      public void setLogFilenames(Map<String,String> logFilenames)
      Sets the map of log filenames
      Parameters:
      logFilenames -
    • getJobEntries

      public List<MigrationJobEntry> getJobEntries()
      Returns the list of job migration job entries
      Returns:
    • setJobEntries

      public void setJobEntries(List<MigrationJobEntry> jobEntries)
      Sets the list of migration job entries fot his reponse.
      Parameters:
      jobEntries -