Class ManifestInput

  • All Implemented Interfaces:
    java.io.Serializable

    public class ManifestInput
    extends ManifestFileRef
    The client representation of an input in a job manifest file.
    See Also:
    Serialized Form
    • Constructor Detail

      • ManifestInput

        public ManifestInput​(ManifestFile manifestFile,
                             java.lang.String referencingProgram)
        It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the manifest files that are returned by the API.
        Parameters:
        manifestFile - The file object that represents an input file that is referenced during the job submission.
        referencingProgram - The program that referenced the input.
    • Method Detail

      • getReferencingProgram

        public java.lang.String getReferencingProgram()
        Gets the program that referenced the input.
        Returns:
        The program.