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, setResponseInfo
public MigrationJobItemsResponse()
public MigrationJobItemsResponse(Message message, ResponseInfo responseInfo)
message
- responseInfo
- public int getJobId()
public void setJobId(int jobId)
jobId
- public List<MigrationJobLogEntryItem> getJobItems()
MigrationJobLogEntryItem
public void setJobItems(List<MigrationJobLogEntryItem> jobItems)
MigrationJobLogEntryItem
jobItems
- Copyright © 2024 Gentics Software. All rights reserved.