public class ExitCodeRangeMapping extends Object
Constructor and Description |
---|
ExitCodeRangeMapping() |
Modifier and Type | Method and Description |
---|---|
int |
end()
Get the end value.
|
ExitOptions |
exitOptions()
Get the exitOptions value.
|
int |
start()
Get the start value.
|
ExitCodeRangeMapping |
withEnd(int end)
Set the end value.
|
ExitCodeRangeMapping |
withExitOptions(ExitOptions exitOptions)
Set the exitOptions value.
|
ExitCodeRangeMapping |
withStart(int start)
Set the start value.
|
public int start()
public ExitCodeRangeMapping withStart(int start)
start
- the start value to setpublic int end()
public ExitCodeRangeMapping withEnd(int end)
end
- the end value to setpublic ExitOptions exitOptions()
public ExitCodeRangeMapping withExitOptions(ExitOptions exitOptions)
exitOptions
- the exitOptions value to setCopyright © 2019. All rights reserved.