Class CredentialPreview
- java.lang.Object
-
- org.hyperledger.aries.api.credentials.CredentialPreview
-
public class CredentialPreview extends Object
-
-
Constructor Summary
Constructors Constructor Description CredentialPreview()CredentialPreview(String type, List<CredentialAttributes> attributes)CredentialPreview(List<CredentialAttributes> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<CredentialAttributes>getAttributes()StringgetType()inthashCode()voidsetAttributes(List<CredentialAttributes> attributes)voidsetType(String type)StringtoString()
-
-
-
Constructor Detail
-
CredentialPreview
public CredentialPreview(List<CredentialAttributes> attributes)
-
CredentialPreview
public CredentialPreview()
-
CredentialPreview
public CredentialPreview(String type, List<CredentialAttributes> attributes)
-
-
Method Detail
-
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)
-
-