public class ExitConditions extends Object
Constructor and Description |
---|
ExitConditions() |
Modifier and Type | Method and Description |
---|---|
ExitOptions |
defaultProperty()
Get the defaultProperty value.
|
List<ExitCodeRangeMapping> |
exitCodeRanges()
Get the exitCodeRanges value.
|
List<ExitCodeMapping> |
exitCodes()
Get the exitCodes value.
|
ExitOptions |
fileUploadError()
Get the fileUploadError value.
|
ExitOptions |
preProcessingError()
Get the preProcessingError value.
|
ExitConditions |
withDefaultProperty(ExitOptions defaultProperty)
Set the defaultProperty value.
|
ExitConditions |
withExitCodeRanges(List<ExitCodeRangeMapping> exitCodeRanges)
Set the exitCodeRanges value.
|
ExitConditions |
withExitCodes(List<ExitCodeMapping> exitCodes)
Set the exitCodes value.
|
ExitConditions |
withFileUploadError(ExitOptions fileUploadError)
Set the fileUploadError value.
|
ExitConditions |
withPreProcessingError(ExitOptions preProcessingError)
Set the preProcessingError value.
|
public List<ExitCodeMapping> exitCodes()
public ExitConditions withExitCodes(List<ExitCodeMapping> exitCodes)
exitCodes
- the exitCodes value to setpublic List<ExitCodeRangeMapping> exitCodeRanges()
public ExitConditions withExitCodeRanges(List<ExitCodeRangeMapping> exitCodeRanges)
exitCodeRanges
- the exitCodeRanges value to setpublic ExitOptions preProcessingError()
public ExitConditions withPreProcessingError(ExitOptions preProcessingError)
preProcessingError
- the preProcessingError value to setpublic ExitOptions fileUploadError()
public ExitConditions withFileUploadError(ExitOptions fileUploadError)
fileUploadError
- the fileUploadError value to setpublic ExitOptions defaultProperty()
public ExitConditions withDefaultProperty(ExitOptions defaultProperty)
defaultProperty
- the defaultProperty value to setCopyright © 2019. All rights reserved.