public class JobPublishSetupFile extends JobPublishSetupItem
Constructor and Description |
---|
JobPublishSetupFile(String path)
Constructor.
|
JobPublishSetupFile(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 for the published job.
|
int |
hashCode() |
void |
setVersion(String version)
Sets the version of the file to transfer for the published job.
|
String |
toString() |
getPath
public JobPublishSetupFile(String path)
path
- The path to the file to transfer for the published job.public String getVersion()
public void setVersion(String version)
version
- The version of the file to transfer for the published job.public int hashCode()
hashCode
in class JobPublishSetupItem
public boolean equals(Object obj)
equals
in class JobPublishSetupItem
public String toString()
toString
in class JobPublishSetupItem
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>