public final class ManifestOutput extends ManifestFileRef
Constructor and Description |
---|
ManifestOutput(ManifestFile manifestFile,
String referencingProgram,
String checkInErrorMessage)
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 |
getCheckInErrorMessage()
Gets the message that describes why the output file was not checked in to the repository.
|
String |
getReferencingProgram()
Gets the program that referenced the file.
|
int |
hashCode() |
String |
toString() |
getFile, getId, getLastModified, getName, getPath, getVersion, isRepositoryFile, isWorkspaceFile
public ManifestOutput(ManifestFile manifestFile, String referencingProgram, String checkInErrorMessage)
manifestFile
- The file object that represents an output file in the job submission.referencingProgram
- The program that referenced the input.checkInErrorMessage
- The message that describes the reason that the output was not checked in to the repository.public String getReferencingProgram()
public String getCheckInErrorMessage()
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) 2022, SAS Institute Inc., Cary, NC, USA</i>