public class VerificationResult extends Object
Instance to keep results of verification process.
Constructor and Description |
---|
VerificationResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
isValid()
Returns true if Verification process was successful otherwise false.
|
void |
setValid(boolean value)
Returns true if Verification process was successful otherwise false.
|