|
||||||||||
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.MigrationStatusResponse
public class MigrationStatusResponse
Response to request to check status of tag type migration
Constructor Summary | |
---|---|
MigrationStatusResponse()
Constructor used by JAXB |
|
MigrationStatusResponse(Message message,
ResponseInfo responseInfo)
Create an instance of the response with single message and response info |
Method Summary | |
---|---|
int |
getJobId()
Returns the jobId for the job which is currently being executed |
MigrationJobEntry |
getLatestJob()
Returns the lastest job information |
Integer |
getPercentComplete()
Returns the completion status for the job that is currently being executed |
int |
getStatus()
Returns the status for the job that is currently being executed |
void |
setJobId(int jobId)
Sets the job id for this response |
void |
setLatestJob(MigrationJobEntry latestJob)
Sets the lastest job information for this response. |
void |
setPercentComplete(Integer percentComplete)
Set the progress completion information for this reponse |
void |
setStatus(int status)
Sets the status for this response |
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 MigrationStatusResponse()
public MigrationStatusResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infoMethod Detail |
---|
public Integer getPercentComplete()
public void setPercentComplete(Integer percentComplete)
percentComplete
- public int getStatus()
public void setStatus(int status)
public int getJobId()
public void setJobId(int jobId)
jobId
- public MigrationJobEntry getLatestJob()
public void setLatestJob(MigrationJobEntry latestJob)
latestJob
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |