Package com.sas.lsaf.execution.job
Class JobPublishSetupFile
java.lang.Object
com.sas.lsaf.execution.job.JobPublishSetupItem
com.sas.lsaf.execution.job.JobPublishSetupFile
- All Implemented Interfaces:
Serializable
The class that represents the files to transfer for use in a published job submission.
- Since:
- 2.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobPublishSetupFile(String path) Constructor.JobPublishSetupFile(String path, String version) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the version of the file to transfer for the published job.inthashCode()voidsetVersion(String version) Sets the version of the file to transfer for the published job.toString()Methods inherited from class com.sas.lsaf.execution.job.JobPublishSetupItem
getPath
-
Constructor Details
-
JobPublishSetupFile
Constructor.- Parameters:
path- The path to the file to transfer for the published job.
-
JobPublishSetupFile
Constructor.- Parameters:
path- The path to the file to transfer for the published job.version- The version of the file.
-
-
Method Details
-
getVersion
Gets the version of the file to transfer for the published job. If null, the latest version is transferred.- Returns:
- The version of the file.
-
setVersion
Sets the version of the file to transfer for the published job. If null, the latest version will be transferred.- Parameters:
version- The version of the file to transfer for the published job.
-
hashCode
public int hashCode()- Overrides:
hashCodein classJobPublishSetupItem
-
equals
- Overrides:
equalsin classJobPublishSetupItem
-
toString
- Overrides:
toStringin classJobPublishSetupItem
-