Class CredentialPreview
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.CredentialPreview
-
public class CredentialPreview extends Object
CredentialPreview
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredentialPreview.CredentialPreviewBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_TYPEstatic StringSERIALIZED_NAME_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description CredentialPreview()CredentialPreview(String atType, List<CredAttrSpec> attributes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CredentialPreview.CredentialPreviewBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<CredAttrSpec>getAttributes()StringgetAtType()inthashCode()voidsetAttributes(List<CredAttrSpec> attributes)voidsetAtType(String atType)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_TYPE
public static final String SERIALIZED_NAME_AT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTRIBUTES
public static final String SERIALIZED_NAME_ATTRIBUTES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CredentialPreview
public CredentialPreview(String atType, List<CredAttrSpec> attributes)
-
CredentialPreview
public CredentialPreview()
-
-
Method Detail
-
builder
public static CredentialPreview.CredentialPreviewBuilder builder()
-
getAtType
public String getAtType()
-
getAttributes
public List<CredAttrSpec> getAttributes()
-
setAtType
public void setAtType(String atType)
-
setAttributes
public void setAttributes(List<CredAttrSpec> attributes)
-
canEqual
protected boolean canEqual(Object other)
-
-