Class V1CredentialExchange.CredentialProposalDict.CredentialProposal
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v1.V1CredentialExchange.CredentialProposalDict.CredentialProposal
-
- Enclosing class:
- V1CredentialExchange.CredentialProposalDict
public static final class V1CredentialExchange.CredentialProposalDict.CredentialProposal extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV1CredentialExchange.CredentialProposalDict.CredentialProposal.CredentialProposalBuilder
-
Constructor Summary
Constructors Constructor Description CredentialProposal()CredentialProposal(String type, List<CredentialAttributes> attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V1CredentialExchange.CredentialProposalDict.CredentialProposal.CredentialProposalBuilderbuilder()booleanequals(Object o)List<CredentialAttributes>getAttributes()StringgetType()inthashCode()voidsetAttributes(List<CredentialAttributes> attributes)voidsetType(String type)StringtoString()
-
-
-
Constructor Detail
-
CredentialProposal
public CredentialProposal()
-
CredentialProposal
public CredentialProposal(String type, List<CredentialAttributes> attributes)
-
-
Method Detail
-
getAttributes
public List<CredentialAttributes> getAttributes()
-
builder
public static V1CredentialExchange.CredentialProposalDict.CredentialProposal.CredentialProposalBuilder builder()
-
getType
public String getType()
-
setType
public void setType(String type)
-
setAttributes
public void setAttributes(List<CredentialAttributes> attributes)
-
-