BatchJobUpdateParams

public class BatchJobUpdateParams

A request for updating params of a batch job.

Methods

getJobName

public String getJobName()
Returns:the name of the job to update

getParamsMap

public Map<String, String> getParamsMap()
Returns:the map representing the params to update

setJobName

public void setJobName(String jobName)
Parameters:
  • jobName – the name of the job to update

setParamsMap

public void setParamsMap(Map<String, String> paramsMap)
Parameters:
  • paramsMap – the map representing the params to update