public class ScheduleJobInfo extends Object implements Schedulable, Serializable
Constructor and Description |
---|
ScheduleJobInfo()
The default constructor.
|
ScheduleJobInfo(JobDescriptor job)
The constructor that contains the required job field.
|
ScheduleJobInfo(JobDescriptor job,
Set<ParameterValue> parameterValues)
The Constructor that contains the job field and parameter values to use when the job is submitted.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
JobDescriptor |
getJob()
Gets the lightweight representation of the job to run.
|
Set<ParameterValue> |
getParameterValues()
Gets the job parameter values.
|
int |
hashCode() |
void |
setJob(JobDescriptor job)
Sets the lightweight representation of the job to run.
|
void |
setParameterValues(Set<ParameterValue> parameterValues)
Sets the job parameterValues.
|
String |
toString() |
public ScheduleJobInfo()
public ScheduleJobInfo(JobDescriptor job)
public ScheduleJobInfo(JobDescriptor job, Set<ParameterValue> parameterValues)
public Set<ParameterValue> getParameterValues()
public void setParameterValues(Set<ParameterValue> parameterValues)
parameterValues
- The parameter values.public JobDescriptor getJob()
public void setJob(JobDescriptor job)
job
- The job to set.Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA