|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationGetLogsResponse
public class MigrationGetLogsResponse
Response to request to retrieve all logs for tag type migration
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 |
---|
public MigrationGetLogsResponse()
public MigrationGetLogsResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infoMethod Detail |
---|
public java.util.Map<java.lang.String,java.lang.String> getLogFilenames()
public void setLogFilenames(java.util.Map<java.lang.String,java.lang.String> logFilenames)
logFilenames
- public java.util.List<MigrationJobEntry> getJobEntries()
public void setJobEntries(java.util.List<MigrationJobEntry> jobEntries)
jobEntries
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |