Class V20CredProposal
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V20CredProposal
-
public class V20CredProposal extends Object
V20CredProposal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20CredProposal.V20CredProposalBuilder
-
Constructor Summary
Constructors Constructor Description V20CredProposal()V20CredProposal(String id, String type, String comment, CredentialPreview credentialPreview, List<AttachDecorator> filtersAttach, List<V20CredFormat> formats)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20CredProposal.V20CredProposalBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetComment()CredentialPreviewgetCredentialPreview()List<AttachDecorator>getFiltersAttach()List<V20CredFormat>getFormats()StringgetId()StringgetType()inthashCode()voidsetComment(String comment)voidsetCredentialPreview(CredentialPreview credentialPreview)voidsetFiltersAttach(List<AttachDecorator> filtersAttach)voidsetFormats(List<V20CredFormat> formats)voidsetId(String id)voidsetType(String type)StringtoString()
-
-
-
Constructor Detail
-
V20CredProposal
public V20CredProposal(String id, String type, String comment, CredentialPreview credentialPreview, List<AttachDecorator> filtersAttach, List<V20CredFormat> formats)
-
V20CredProposal
public V20CredProposal()
-
-
Method Detail
-
builder
public static V20CredProposal.V20CredProposalBuilder builder()
-
getId
public String getId()
-
getType
public String getType()
-
getComment
public String getComment()
-
getCredentialPreview
public CredentialPreview getCredentialPreview()
-
getFiltersAttach
public List<AttachDecorator> getFiltersAttach()
-
getFormats
public List<V20CredFormat> getFormats()
-
setId
public void setId(String id)
-
setType
public void setType(String type)
-
setComment
public void setComment(String comment)
-
setCredentialPreview
public void setCredentialPreview(CredentialPreview credentialPreview)
-
setFiltersAttach
public void setFiltersAttach(List<AttachDecorator> filtersAttach)
-
setFormats
public void setFormats(List<V20CredFormat> formats)
-
canEqual
protected boolean canEqual(Object other)
-
-