ExitCodeRangeMapping 类
定义
A range of exit codes and how the Batch service should respond to exit codes within that range.
public class ExitCodeRangeMapping
- 继承
-
java.lang.ObjectExitCodeRangeMapping
方法
end() |
Get the end value.
|
exitOptions() |
Get the exitOptions value.
|
start() |
Get the start value.
|
withEnd(int end) |
Set the end value.
|
withExitOptions(ExitOptions exitOptions) |
Set the exitOptions value.
|
withStart(int start) |
Set the start value.
|