Interface Validation
- All Superinterfaces:
JCAMetadata,Serializable
- All Known Subinterfaces:
Validation
A Validation.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGet the backgroundValidationMillis.Get the backgroundValidation.Get the useFastFail.Get the validateOnMatch.
-
Method Details
-
isValidateOnMatch
Boolean isValidateOnMatch()Get the validateOnMatch.- Returns:
- the validateOnMatch.
-
isBackgroundValidation
Boolean isBackgroundValidation()Get the backgroundValidation.- Returns:
- the backgroundValidation.
-
getBackgroundValidationMillis
Long getBackgroundValidationMillis()Get the backgroundValidationMillis.- Returns:
- the backgroundValidationMillis.
-
isUseFastFail
Boolean isUseFastFail()Get the useFastFail.- Returns:
- the useFastFail.
-