|
||||||||||
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.MigrationJobItemsResponse
public class MigrationJobItemsResponse
Response to requests for fetching jobitems. A MigrationJobItemsResponse object contains a list of objects that have been handled by the migration job.
Constructor Summary | |
---|---|
MigrationJobItemsResponse()
Constructor used by JAXB |
|
MigrationJobItemsResponse(Message message,
ResponseInfo responseInfo)
Create an empty MigrationJobItemsResponse |
Method Summary | |
---|---|
int |
getJobId()
|
java.util.List<MigrationJobLogEntryItem> |
getJobItems()
Returns the list of MigrationJobLogEntryItem |
void |
setJobId(int jobId)
Sets the job id for this job items reponse |
void |
setJobItems(java.util.List<MigrationJobLogEntryItem> jobItems)
Sets the list of MigrationJobLogEntryItem |
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 MigrationJobItemsResponse()
public MigrationJobItemsResponse(Message message, ResponseInfo responseInfo)
message
- responseInfo
- Method Detail |
---|
public int getJobId()
public void setJobId(int jobId)
jobId
- public java.util.List<MigrationJobLogEntryItem> getJobItems()
MigrationJobLogEntryItem
public void setJobItems(java.util.List<MigrationJobLogEntryItem> jobItems)
MigrationJobLogEntryItem
jobItems
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |