public class MigrationReinvokeRequest extends Object implements Serializable
Constructor and Description |
---|
MigrationReinvokeRequest()
Default Constructor needed for jaxb
|
Modifier and Type | Method and Description |
---|---|
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
|
public MigrationReinvokeRequest()
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
- Copyright © 2024 Gentics Software. All rights reserved.