Class V20PresProposalByFormat.DIFProofProposal
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof_v2.V20PresProposalByFormat.DIFProofProposal
-
- Enclosing class:
- V20PresProposalByFormat
public static class V20PresProposalByFormat.DIFProofProposal extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder
-
Constructor Summary
Constructors Constructor Description DIFProofProposal()DIFProofProposal(List<V2DIFProofRequest.PresentationDefinition.InputDescriptors> inputDescriptors, DIFOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<V2DIFProofRequest.PresentationDefinition.InputDescriptors>getInputDescriptors()DIFOptionsgetOptions()inthashCode()voidsetInputDescriptors(List<V2DIFProofRequest.PresentationDefinition.InputDescriptors> inputDescriptors)voidsetOptions(DIFOptions options)StringtoString()
-
-
-
Constructor Detail
-
DIFProofProposal
public DIFProofProposal(List<V2DIFProofRequest.PresentationDefinition.InputDescriptors> inputDescriptors, DIFOptions options)
-
DIFProofProposal
public DIFProofProposal()
-
-
Method Detail
-
builder
public static V20PresProposalByFormat.DIFProofProposal.DIFProofProposalBuilder builder()
-
getInputDescriptors
public List<V2DIFProofRequest.PresentationDefinition.InputDescriptors> getInputDescriptors()
-
getOptions
public DIFOptions getOptions()
-
setInputDescriptors
public void setInputDescriptors(List<V2DIFProofRequest.PresentationDefinition.InputDescriptors> inputDescriptors)
-
setOptions
public void setOptions(DIFOptions options)
-
canEqual
protected boolean canEqual(Object other)
-
-