|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.request.migration.MigrationReinvokeRequest
public class MigrationReinvokeRequest
Tag Type Migration Reinvoke Request. This request can be used to reinvoke a migration job.
Constructor Summary | |
---|---|
MigrationReinvokeRequest()
Default Constructor needed for jaxb |
Method Summary | |
---|---|
Integer |
getJobId()
Returns the job id for this request |
Integer |
getObjectId()
Returns the id of the object that should be re-invoked. |
String |
getType()
Return the type of this migration request |
void |
setJobId(Integer jobId)
Set the job id that should be used for reinvocation |
void |
setObjectId(Integer objectId)
Set the object id for the request |
void |
setType(String type)
Set the migration job type for this request |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrationReinvokeRequest()
Method Detail |
---|
public String getType()
public void setType(String type)
type
- public Integer getObjectId()
public void setObjectId(Integer objectId)
objectId
- public Integer getJobId()
public void setJobId(Integer jobId)
jobId
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |