public class CreateJobInfo extends Object implements Serializable
jobService
create methods for its use.Constructor and Description |
---|
CreateJobInfo()
Zero-arg constructor.
|
CreateJobInfo(CreateJobInfo job)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Set<ResourceSpecification> |
getInputs() |
String |
getJobName() |
String |
getLogPath() |
String |
getLstPath() |
String |
getManifestPath() |
NewFileCheckinSpecification |
getOutputFileCheckinSpec() |
Set<ResourceSpecification> |
getOutputs() |
Set<JobParameter> |
getParameters() |
String |
getParentPath() |
List<ResourceSpecification> |
getTasks() |
boolean |
isCreateParents() |
void |
setCreateParents(boolean createParents) |
void |
setDescription(String description) |
void |
setInputs(Set<ResourceSpecification> inputs) |
void |
setJobName(String jobName) |
void |
setLogPath(String logPath) |
void |
setLstPath(String lstPath) |
void |
setManifestPath(String manifestPath) |
void |
setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec) |
void |
setOutputs(Set<ResourceSpecification> outputs) |
void |
setParameters(Set<JobParameter> parameters) |
void |
setParentPath(String parentPath) |
void |
setTasks(List<ResourceSpecification> tasks) |
public CreateJobInfo()
public CreateJobInfo(CreateJobInfo job)
job
- CreateJobInfo to copy.public String getDescription()
public void setDescription(String description)
description
- the description to setpublic String getParentPath()
public void setParentPath(String parentPath)
parentPath
- the parentPath to setpublic String getJobName()
public void setJobName(String jobName)
jobName
- the jobName to setpublic boolean isCreateParents()
public void setCreateParents(boolean createParents)
createParents
- the createParents to setpublic List<ResourceSpecification> getTasks()
public void setTasks(List<ResourceSpecification> tasks)
tasks
- the tasks to setpublic Set<ResourceSpecification> getInputs()
public void setInputs(Set<ResourceSpecification> inputs)
inputs
- the inputs to setpublic Set<ResourceSpecification> getOutputs()
public void setOutputs(Set<ResourceSpecification> outputs)
outputs
- the outputs to setpublic NewFileCheckinSpecification getOutputFileCheckinSpec()
public void setOutputFileCheckinSpec(NewFileCheckinSpecification outputFileCheckinSpec)
outputFileCheckinSpec
- the outputFileCheckinSpec to setpublic String getLogPath()
public void setLogPath(String logPath)
logPath
- the logPath to setpublic String getLstPath()
public void setLstPath(String lstPath)
lstPath
- the lstPath to setpublic String getManifestPath()
public void setManifestPath(String manifestPath)
manifestPath
- the manifestPath to setpublic Set<JobParameter> getParameters()
public void setParameters(Set<JobParameter> parameters)
parameters
- the parameters to setCopyright (c) 2017, SAS Institute Inc., Cary, NC, USA