public class JobOutput extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
JobOutput(Job job,
int index,
String name,
int length,
Optional<String> step,
Optional<String> procedureStep,
Optional<String> outputClass)
This constructor creates a
JobOutput. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
getIndex()
The job outputs index inside the jobs list of outputs (starting at 1)
|
Job |
getJob()
Corresponding
Job |
int |
getLength()
The job outputs content length
|
String |
getName()
The job outputs data division name
|
Optional<String> |
getOutputClass()
The job outputs class
|
Optional<String> |
getProcedureStep()
The job outputs procedure step name
|
Optional<String> |
getStep()
The job outputs step name
|
int |
hashCode() |
String |
toString() |
protected JobOutput(Job job, int index, String name, int length, Optional<String> step, Optional<String> procedureStep, Optional<String> outputClass)
JobOutput. String parameters are trimmed
and converted to upper case.job - the corresponding jobindex - the job outputs index inside the jobs list of outputs
(starting at 1)name - the job outputs data division namelength - the job outputs content lengthstep - the job outputs step nameprocedureStep - the job outputs procedure step nameoutputClass - the output classJobFieldInconsistentException - on inconsistent field valuepublic int getIndex()
public String getName()
public int getLength()
public Optional<String> getProcedureStep()
protected boolean canEqual(@Nullable
Object other)
Copyright © 2025. All rights reserved.