public class JobInputFile extends JobInput
Constructor and Description |
---|
JobInputFile()
Constructor.
|
JobInputFile(String path)
Constructor.
|
JobInputFile(String path,
String version)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getVersion()
Gets the version of the file to transfer when submitting a published job.
|
int |
hashCode() |
void |
setVersion(String version)
Sets the version of the file to transfer when submitting a published job.
|
String |
toString() |
public JobInputFile()
public JobInputFile(String path)
path
- The path to the file to transfer when submitting a published job.public String getVersion()
public void setVersion(String version)
version
- The version of the file to transfer when submitting a published job. Specifying null (the default)
syncs the latest version.<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>