Class V20CredProposal
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20CredProposal
-
public class V20CredProposal extends Object
V20CredProposal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20CredProposal.V20CredProposalBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_IDstatic StringSERIALIZED_NAME_AT_TYPEstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_CREDENTIAL_PREVIEWstatic StringSERIALIZED_NAME_FILTERS_TILDE_ATTACHstatic StringSERIALIZED_NAME_FORMATS
-
Constructor Summary
Constructors Constructor Description V20CredProposal()V20CredProposal(String atId, String atType, String comment, V20CredPreview credentialPreview, List<AttachDecorator> filtersTildeAttach, 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)StringgetAtId()StringgetAtType()StringgetComment()V20CredPreviewgetCredentialPreview()List<AttachDecorator>getFiltersTildeAttach()List<V20CredFormat>getFormats()inthashCode()voidsetAtId(String atId)voidsetAtType(String atType)voidsetComment(String comment)voidsetCredentialPreview(V20CredPreview credentialPreview)voidsetFiltersTildeAttach(List<AttachDecorator> filtersTildeAttach)voidsetFormats(List<V20CredFormat> formats)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_ID
public static final String SERIALIZED_NAME_AT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AT_TYPE
public static final String SERIALIZED_NAME_AT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_PREVIEW
public static final String SERIALIZED_NAME_CREDENTIAL_PREVIEW
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FILTERS_TILDE_ATTACH
public static final String SERIALIZED_NAME_FILTERS_TILDE_ATTACH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FORMATS
public static final String SERIALIZED_NAME_FORMATS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20CredProposal
public V20CredProposal(String atId, String atType, String comment, V20CredPreview credentialPreview, List<AttachDecorator> filtersTildeAttach, List<V20CredFormat> formats)
-
V20CredProposal
public V20CredProposal()
-
-
Method Detail
-
builder
public static V20CredProposal.V20CredProposalBuilder builder()
-
getAtId
public String getAtId()
-
getAtType
public String getAtType()
-
getComment
public String getComment()
-
getCredentialPreview
public V20CredPreview getCredentialPreview()
-
getFiltersTildeAttach
public List<AttachDecorator> getFiltersTildeAttach()
-
getFormats
public List<V20CredFormat> getFormats()
-
setAtId
public void setAtId(String atId)
-
setAtType
public void setAtType(String atType)
-
setComment
public void setComment(String comment)
-
setCredentialPreview
public void setCredentialPreview(V20CredPreview credentialPreview)
-
setFiltersTildeAttach
public void setFiltersTildeAttach(List<AttachDecorator> filtersTildeAttach)
-
setFormats
public void setFormats(List<V20CredFormat> formats)
-
canEqual
protected boolean canEqual(Object other)
-
-