public class MigrationJobItemsResponse extends GenericResponse
| Constructor and Description |
|---|
MigrationJobItemsResponse()
Constructor used by JAXB
|
MigrationJobItemsResponse(Message message,
ResponseInfo responseInfo)
Create an empty MigrationJobItemsResponse
|
| Modifier and Type | Method and Description |
|---|---|
int |
getJobId() |
List<MigrationJobLogEntryItem> |
getJobItems()
Returns the list of
MigrationJobLogEntryItem |
void |
setJobId(int jobId)
Sets the job id for this job items reponse
|
void |
setJobItems(List<MigrationJobLogEntryItem> jobItems)
Sets the list of
MigrationJobLogEntryItem |
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic MigrationJobItemsResponse()
public MigrationJobItemsResponse(Message message, ResponseInfo responseInfo)
message - responseInfo - public int getJobId()
public void setJobId(int jobId)
jobId - public List<MigrationJobLogEntryItem> getJobItems()
MigrationJobLogEntryItempublic void setJobItems(List<MigrationJobLogEntryItem> jobItems)
MigrationJobLogEntryItemjobItems - Copyright © 2024 Gentics Software. All rights reserved.