Package web5.sdk.vc.pex
Class PresentationResult
-
- All Implemented Interfaces:
public final class PresentationResultRepresents the result of a presentation submission.
-
-
Field Summary
Fields Modifier and Type Field Description private final PresentationSubmissionpresentationSubmissionprivate final List<String>matchedVcJwts
-
Constructor Summary
Constructors Constructor Description PresentationResult(PresentationSubmission presentationSubmission, List<String> matchedVcJwts)
-
Method Summary
Modifier and Type Method Description final PresentationSubmissiongetPresentationSubmission()The PresentationSubmissionobject containing the submission details.final List<String>getMatchedVcJwts()A list of matched VC JWTs that satisfy the input descriptors. -
-
Constructor Detail
-
PresentationResult
PresentationResult(PresentationSubmission presentationSubmission, List<String> matchedVcJwts)
-
-
Method Detail
-
getPresentationSubmission
final PresentationSubmission getPresentationSubmission()
The
PresentationSubmissionobject containing the submission details.
-
getMatchedVcJwts
final List<String> getMatchedVcJwts()
A list of matched VC JWTs that satisfy the input descriptors.
-
-
-
-