Class MigrationJobItemsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationJobItemsResponse
- All Implemented Interfaces:
Serializable
Response to requests for fetching jobitems. A MigrationJobItemsResponse object contains a list of objects that have been handled by the migration job.
- Author:
- johannes2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor used by JAXBMigrationJobItemsResponse(Message message, ResponseInfo responseInfo) Create an empty MigrationJobItemsResponse -
Method Summary
Modifier and TypeMethodDescriptionintgetJobId()Returns the list ofMigrationJobLogEntryItemvoidsetJobId(int jobId) Sets the job id for this job items reponsevoidsetJobItems(List<MigrationJobLogEntryItem> jobItems) Sets the list ofMigrationJobLogEntryItemMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
MigrationJobItemsResponse
public MigrationJobItemsResponse()Constructor used by JAXB -
MigrationJobItemsResponse
Create an empty MigrationJobItemsResponse- Parameters:
message-responseInfo-
-
-
Method Details
-
getJobId
public int getJobId() -
setJobId
public void setJobId(int jobId) Sets the job id for this job items reponse- Parameters:
jobId-
-
getJobItems
Returns the list ofMigrationJobLogEntryItem- Returns:
-
setJobItems
Sets the list ofMigrationJobLogEntryItem- Parameters:
jobItems-
-