Class MigrationReinvokeRequest

  • All Implemented Interfaces:
    Serializable

    public class MigrationReinvokeRequest
    extends Object
    implements Serializable
    Tag Type Migration Reinvoke Request. This request can be used to reinvoke a migration job.
    Author:
    johannes2
    See Also:
    Serialized Form
    • Constructor Detail

      • MigrationReinvokeRequest

        public MigrationReinvokeRequest()
        Default Constructor needed for jaxb
    • Method Detail

      • getType

        public String getType()
        Return the type of this migration request
        Returns:
      • setType

        public void setType​(String type)
        Set the migration job type for this request
        Parameters:
        type -
      • getObjectId

        public Integer getObjectId()
        Returns the id of the object that should be re-invoked.
        Returns:
      • setObjectId

        public void setObjectId​(Integer objectId)
        Set the object id for the request
        Parameters:
        objectId -
      • getJobId

        public Integer getJobId()
        Returns the job id for this request
        Returns:
      • setJobId

        public void setJobId​(Integer jobId)
        Set the job id that should be used for reinvocation
        Parameters:
        jobId -