public class VerificationResults extends Object
Modifier and Type | Field and Description |
---|---|
protected List<VerificationResultSet> |
results |
protected boolean |
verified |
Constructor and Description |
---|
VerificationResults() |
Modifier and Type | Method and Description |
---|---|
VerificationResult |
getFirstResult(Verification verification) |
List<VerificationResultSet> |
getResults() |
VerificationResultSet |
getResultSet(Verification verification) |
boolean |
isVerified() |
void |
setResults(List<VerificationResultSet> results) |
void |
setVerified(boolean verified) |
String |
toString() |
protected boolean verified
protected List<VerificationResultSet> results
public boolean isVerified()
public void setVerified(boolean verified)
public VerificationResultSet getResultSet(Verification verification)
public VerificationResult getFirstResult(Verification verification)
public List<VerificationResultSet> getResults()
public void setResults(List<VerificationResultSet> results)
Copyright © 2021 JBoss by Red Hat. All rights reserved.