public class ManifestInput extends ManifestFileRef
Constructor and Description |
---|
ManifestInput(ManifestFile manifestFile,
String referencingProgram)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getReferencingProgram()
Gets the program that referenced the input.
|
int |
hashCode() |
String |
toString() |
getFile, getId, getLastModified, getName, getPath, getVersion, isRepositoryFile, isWorkspaceFile
public ManifestInput(ManifestFile manifestFile, String referencingProgram)
manifestFile
- The file object that represents an input file that is referenced during the job submission.referencingProgram
- The program that referenced the input.public String getReferencingProgram()
public int hashCode()
hashCode
in class ManifestFileRef
public boolean equals(Object obj)
equals
in class ManifestFileRef
public String toString()
toString
in class ManifestFileRef
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>