com.gentics.contentnode.rest.model.response.migration
Class MigrationGetLogsResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by 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

Constructor Summary
MigrationGetLogsResponse()
          Constructor used by JAXB
MigrationGetLogsResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with single message and response info
 
Method Summary
 java.util.List<MigrationJobEntry> getJobEntries()
          Returns the list of job migration job entries
 java.util.Map<java.lang.String,java.lang.String> getLogFilenames()
           
 void setJobEntries(java.util.List<MigrationJobEntry> jobEntries)
          Sets the list of migration job entries fot his reponse.
 void setLogFilenames(java.util.Map<java.lang.String,java.lang.String> logFilenames)
          Sets the map of log filenames
 
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

getLogFilenames

public java.util.Map<java.lang.String,java.lang.String> getLogFilenames()

setLogFilenames

public void setLogFilenames(java.util.Map<java.lang.String,java.lang.String> logFilenames)
Sets the map of log filenames

Parameters:
logFilenames -

getJobEntries

public java.util.List<MigrationJobEntry> getJobEntries()
Returns the list of job migration job entries

Returns:

setJobEntries

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

Parameters:
jobEntries -


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.