Class V10CredentialConnFreeOfferRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V10CredentialConnFreeOfferRequest
-
public class V10CredentialConnFreeOfferRequest extends Object
V10CredentialConnFreeOfferRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV10CredentialConnFreeOfferRequest.V10CredentialConnFreeOfferRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AUTO_ISSUEstatic StringSERIALIZED_NAME_AUTO_REMOVEstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_CRED_DEF_IDstatic StringSERIALIZED_NAME_CREDENTIAL_PREVIEWstatic StringSERIALIZED_NAME_TRACE
-
Constructor Summary
Constructors Constructor Description V10CredentialConnFreeOfferRequest()V10CredentialConnFreeOfferRequest(Boolean autoIssue, Boolean autoRemove, String comment, String credDefId, CredentialPreview credentialPreview, Boolean trace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V10CredentialConnFreeOfferRequest.V10CredentialConnFreeOfferRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetAutoIssue()BooleangetAutoRemove()StringgetComment()StringgetCredDefId()CredentialPreviewgetCredentialPreview()BooleangetTrace()inthashCode()voidsetAutoIssue(Boolean autoIssue)voidsetAutoRemove(Boolean autoRemove)voidsetComment(String comment)voidsetCredDefId(String credDefId)voidsetCredentialPreview(CredentialPreview credentialPreview)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AUTO_ISSUE
public static final String SERIALIZED_NAME_AUTO_ISSUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTO_REMOVE
public static final String SERIALIZED_NAME_AUTO_REMOVE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CRED_DEF_ID
public static final String SERIALIZED_NAME_CRED_DEF_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREDENTIAL_PREVIEW
public static final String SERIALIZED_NAME_CREDENTIAL_PREVIEW
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static V10CredentialConnFreeOfferRequest.V10CredentialConnFreeOfferRequestBuilder builder()
-
getAutoIssue
public Boolean getAutoIssue()
-
getAutoRemove
public Boolean getAutoRemove()
-
getComment
public String getComment()
-
getCredDefId
public String getCredDefId()
-
getCredentialPreview
public CredentialPreview getCredentialPreview()
-
getTrace
public Boolean getTrace()
-
setAutoIssue
public void setAutoIssue(Boolean autoIssue)
-
setAutoRemove
public void setAutoRemove(Boolean autoRemove)
-
setComment
public void setComment(String comment)
-
setCredDefId
public void setCredDefId(String credDefId)
-
setCredentialPreview
public void setCredentialPreview(CredentialPreview credentialPreview)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-