Class MigrationReinvokeRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.migration.MigrationReinvokeRequest
- All Implemented Interfaces:
Serializable
Tag Type Migration Reinvoke Request. This request can be used to reinvoke a migration job.
- Author:
- johannes2
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetJobId()
Returns the job id for this requestReturns the id of the object that should be re-invoked.getType()
Return the type of this migration requestvoid
Set the job id that should be used for reinvocationvoid
setObjectId
(Integer objectId) Set the object id for the requestvoid
Set the migration job type for this request
-
Constructor Details
-
MigrationReinvokeRequest
public MigrationReinvokeRequest()Default Constructor needed for jaxb
-
-
Method Details
-
getType
Return the type of this migration request- Returns:
-
setType
Set the migration job type for this request- Parameters:
type
-
-
getObjectId
Returns the id of the object that should be re-invoked.- Returns:
-
setObjectId
Set the object id for the request- Parameters:
objectId
-
-
getJobId
Returns the job id for this request- Returns:
-
setJobId
Set the job id that should be used for reinvocation- Parameters:
jobId
-
-