Class PresentProofProposal
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentProofProposal
-
public class PresentProofProposal extends Object
Aka PresentationProposalRequest This model is used to build a presentation proposal request, or in other words to send a proof proposal.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPresentProofProposal.PresentationPreviewstatic classPresentProofProposal.PresentProofProposalBuilder
-
Constructor Summary
Constructors Constructor Description PresentProofProposal()PresentProofProposal(Boolean autoPresent, String comment, String connectionId, PresentProofProposal.PresentationPreview presentationProposal, Boolean trace)PresentProofProposal(String connectionId, List<PresentProofProposal.PresentationPreview.PresAttrSpec> attr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresentProofProposal.PresentProofProposalBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetAutoPresent()StringgetComment()StringgetConnectionId()PresentProofProposal.PresentationPreviewgetPresentationProposal()BooleangetTrace()inthashCode()voidsetAutoPresent(Boolean autoPresent)voidsetComment(String comment)voidsetConnectionId(String connectionId)voidsetPresentationProposal(PresentProofProposal.PresentationPreview presentationProposal)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Constructor Detail
-
PresentProofProposal
public PresentProofProposal(String connectionId, List<PresentProofProposal.PresentationPreview.PresAttrSpec> attr)
-
PresentProofProposal
public PresentProofProposal()
-
PresentProofProposal
public PresentProofProposal(Boolean autoPresent, String comment, String connectionId, PresentProofProposal.PresentationPreview presentationProposal, Boolean trace)
-
-
Method Detail
-
builder
public static PresentProofProposal.PresentProofProposalBuilder builder()
-
getAutoPresent
public Boolean getAutoPresent()
-
getComment
public String getComment()
-
getConnectionId
public String getConnectionId()
-
getPresentationProposal
public PresentProofProposal.PresentationPreview getPresentationProposal()
-
getTrace
public Boolean getTrace()
-
setAutoPresent
public void setAutoPresent(Boolean autoPresent)
-
setComment
public void setComment(String comment)
-
setConnectionId
public void setConnectionId(String connectionId)
-
setPresentationProposal
public void setPresentationProposal(PresentProofProposal.PresentationPreview presentationProposal)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-