Class MigrationGetLogsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationGetLogsResponse
- All Implemented Interfaces:
Serializable
Response to request to retrieve all logs for tag type migration
- Author:
- Taylor
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor used by JAXBMigrationGetLogsResponse
(Message message, ResponseInfo responseInfo) Create an instance of the response with single message and response info -
Method Summary
Modifier and TypeMethodDescriptionReturns the list of job migration job entriesvoid
setJobEntries
(List<MigrationJobEntry> jobEntries) Sets the list of migration job entries fot his reponse.void
setLogFilenames
(Map<String, String> logFilenames) Sets the map of log filenamesMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
MigrationGetLogsResponse
public MigrationGetLogsResponse()Constructor used by JAXB -
MigrationGetLogsResponse
Create an instance of the response with single message and response info- Parameters:
message
- messageresponseInfo
- response info
-
-
Method Details
-
getLogFilenames
-
setLogFilenames
Sets the map of log filenames- Parameters:
logFilenames
-
-
getJobEntries
Returns the list of job migration job entries- Returns:
-
setJobEntries
Sets the list of migration job entries fot his reponse.- Parameters:
jobEntries
-
-