Class ProofRequestPresentation
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.ProofRequestPresentation
-
public class ProofRequestPresentation extends Object
Connection less present proof request- See Also:
- 0037-present-proof#request-presentation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProofRequestPresentation.PresentationAttachmentstatic classProofRequestPresentation.ServiceDecoratorstatic classProofRequestPresentation.Thread
-
Constructor Summary
Constructors Constructor Description ProofRequestPresentation(String ariesUri, String verkey, String threadId, String proofRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetComment()StringgetId()List<ProofRequestPresentation.PresentationAttachment>getRequest()ProofRequestPresentation.ServiceDecoratorgetService()ProofRequestPresentation.ThreadgetThread()StringgetType()inthashCode()voidsetComment(String comment)voidsetId(String id)voidsetRequest(List<ProofRequestPresentation.PresentationAttachment> request)voidsetService(ProofRequestPresentation.ServiceDecorator service)voidsetThread(ProofRequestPresentation.Thread thread)voidsetType(String type)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getType
public String getType()
-
getComment
public String getComment()
-
getService
public ProofRequestPresentation.ServiceDecorator getService()
-
getRequest
public List<ProofRequestPresentation.PresentationAttachment> getRequest()
-
getThread
public ProofRequestPresentation.Thread getThread()
-
setId
public void setId(String id)
-
setType
public void setType(String type)
-
setComment
public void setComment(String comment)
-
setService
public void setService(ProofRequestPresentation.ServiceDecorator service)
-
setRequest
public void setRequest(List<ProofRequestPresentation.PresentationAttachment> request)
-
setThread
public void setThread(ProofRequestPresentation.Thread thread)
-
canEqual
protected boolean canEqual(Object other)
-
-