public abstract class JobInput extends Object implements Serializable
JobInput
class that represents the file or folder to transfer when submitting a published job.
The path is assigned to a variable that is available to job programs.Constructor and Description |
---|
JobInput()
The constructor.
|
JobInput(String path)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getPath()
Gets the path to the file or folder to transfer when submitting a published job.
|
int |
hashCode() |
void |
setPath(String path)
Sets the path to the file or folder to transfer when submitting a published job.
|
String |
toString() |
public JobInput()
public JobInput(String path)
path
- The path to the file or folder to transfer when submitting a published job. The path is assigned to a
variable that is available to job programs.public String getPath()
public void setPath(String path)
path
- The path to the file or folder to transfer when submitting a published job.<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>