Class V20CredIssue
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20CredIssue
-
public class V20CredIssue extends Object
V20CredIssue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20CredIssue.V20CredIssueBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_IDstatic StringSERIALIZED_NAME_AT_TYPEstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_CREDENTIALS_TILDE_ATTACHstatic StringSERIALIZED_NAME_FORMATSstatic StringSERIALIZED_NAME_REPLACEMENT_ID
-
Constructor Summary
Constructors Constructor Description V20CredIssue()V20CredIssue(String atId, String atType, String comment, List<AttachDecorator> credentialsTildeAttach, List<V20CredFormat> formats, String replacementId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20CredIssue.V20CredIssueBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAtId()StringgetAtType()StringgetComment()List<AttachDecorator>getCredentialsTildeAttach()List<V20CredFormat>getFormats()StringgetReplacementId()inthashCode()voidsetAtId(String atId)voidsetAtType(String atType)voidsetComment(String comment)voidsetCredentialsTildeAttach(List<AttachDecorator> credentialsTildeAttach)voidsetFormats(List<V20CredFormat> formats)voidsetReplacementId(String replacementId)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_CREDENTIALS_TILDE_ATTACH
public static final String SERIALIZED_NAME_CREDENTIALS_TILDE_ATTACH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FORMATS
public static final String SERIALIZED_NAME_FORMATS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REPLACEMENT_ID
public static final String SERIALIZED_NAME_REPLACEMENT_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20CredIssue
public V20CredIssue(String atId, String atType, String comment, List<AttachDecorator> credentialsTildeAttach, List<V20CredFormat> formats, String replacementId)
-
V20CredIssue
public V20CredIssue()
-
-
Method Detail
-
builder
public static V20CredIssue.V20CredIssueBuilder builder()
-
getAtId
public String getAtId()
-
getAtType
public String getAtType()
-
getComment
public String getComment()
-
getCredentialsTildeAttach
public List<AttachDecorator> getCredentialsTildeAttach()
-
getFormats
public List<V20CredFormat> getFormats()
-
getReplacementId
public String getReplacementId()
-
setAtId
public void setAtId(String atId)
-
setAtType
public void setAtType(String atType)
-
setComment
public void setComment(String comment)
-
setCredentialsTildeAttach
public void setCredentialsTildeAttach(List<AttachDecorator> credentialsTildeAttach)
-
setFormats
public void setFormats(List<V20CredFormat> formats)
-
setReplacementId
public void setReplacementId(String replacementId)
-
canEqual
protected boolean canEqual(Object other)
-
-