com.gentics.contentnode.rest.model.response.migration
Class MigrationGetLogsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationGetLogsResponse
public class MigrationGetLogsResponse
- extends GenericResponse
Response to request to retrieve all logs for tag type migration
- Author:
- Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
- messageresponseInfo
- response info
getLogFilenames
public Map<String,String> getLogFilenames()
setLogFilenames
public void setLogFilenames(Map<String,String> logFilenames)
getJobEntries
public List<MigrationJobEntry> getJobEntries()
setJobEntries
public void setJobEntries(List<MigrationJobEntry> jobEntries)
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.