Class V2CredentialExchangeFree.V2CredentialPreview
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V2CredentialExchangeFree.V2CredentialPreview
-
- Enclosing class:
- V2CredentialExchangeFree
public static class V2CredentialExchangeFree.V2CredentialPreview extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilder
-
Constructor Summary
Constructors Constructor Description V2CredentialPreview()V2CredentialPreview(String type, List<CredentialAttributes> attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<CredentialAttributes>getAttributes()StringgetType()inthashCode()voidsetAttributes(List<CredentialAttributes> attributes)voidsetType(String type)StringtoString()
-
-
-
Constructor Detail
-
V2CredentialPreview
public V2CredentialPreview(String type, List<CredentialAttributes> attributes)
-
V2CredentialPreview
public V2CredentialPreview()
-
-
Method Detail
-
builder
public static V2CredentialExchangeFree.V2CredentialPreview.V2CredentialPreviewBuilder builder()
-
getType
public String getType()
-
getAttributes
public List<CredentialAttributes> getAttributes()
-
setType
public void setType(String type)
-
setAttributes
public void setAttributes(List<CredentialAttributes> attributes)
-
canEqual
protected boolean canEqual(Object other)
-
-