|
||||||||||
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.MigrationResponse
public class MigrationResponse
Constructor Summary | |
---|---|
MigrationResponse()
Constructor used by JAXB |
|
MigrationResponse(List<Message> messages,
ResponseInfo responseInfo)
Create an instance of the response with a list of messages and response info |
|
MigrationResponse(Message message,
ResponseInfo responseInfo)
Create an instance of the response with a single message and response info |
|
MigrationResponse(ResponseInfo responseInfo)
Create an instance of the response with response info |
Method Summary | |
---|---|
void |
addMessage(Message message)
|
int |
getJobId()
|
List<Message> |
getMessages()
|
ResponseInfo |
getResponseInfo()
|
void |
setJobId(int jobId)
|
void |
setMessages(List<Message> messages)
|
void |
setResponseInfo(ResponseInfo responseInfo)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrationResponse()
public MigrationResponse(ResponseInfo responseInfo)
responseInfo
- response infopublic MigrationResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infopublic MigrationResponse(List<Message> messages, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infoMethod Detail |
---|
public List<Message> getMessages()
getMessages
in class GenericResponse
public void addMessage(Message message)
addMessage
in class GenericResponse
public void setMessages(List<Message> messages)
setMessages
in class GenericResponse
public ResponseInfo getResponseInfo()
getResponseInfo
in class GenericResponse
public void setResponseInfo(ResponseInfo responseInfo)
setResponseInfo
in class GenericResponse
public int getJobId()
public void setJobId(int jobId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |