Class V1CredentialOfferRequest
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v1.V1CredentialOfferRequest
-
public class V1CredentialOfferRequest extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV1CredentialOfferRequest.V1CredentialOfferRequestBuilder
-
Constructor Summary
Constructors Constructor Description V1CredentialOfferRequest()V1CredentialOfferRequest(Boolean autoIssue, Boolean autoRemove, String comment, @NonNull String connectionId, String credentialDefinitionId, CredentialPreview credentialPreview, Boolean trace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V1CredentialOfferRequest.V1CredentialOfferRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetAutoIssue()BooleangetAutoRemove()Whether to remove the credential exchange record on completion (overrides --preserve-exchange-records configuration setting)StringgetComment()@NonNull StringgetConnectionId()StringgetCredentialDefinitionId()CredentialPreviewgetCredentialPreview()BooleangetTrace()inthashCode()voidsetAutoIssue(Boolean autoIssue)voidsetAutoRemove(Boolean autoRemove)Whether to remove the credential exchange record on completion (overrides --preserve-exchange-records configuration setting)voidsetComment(String comment)voidsetConnectionId(@NonNull String connectionId)voidsetCredentialDefinitionId(String credentialDefinitionId)voidsetCredentialPreview(CredentialPreview credentialPreview)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Method Detail
-
builder
public static V1CredentialOfferRequest.V1CredentialOfferRequestBuilder builder()
-
getAutoIssue
public Boolean getAutoIssue()
-
getAutoRemove
@Nullable public Boolean getAutoRemove()
Whether to remove the credential exchange record on completion (overrides --preserve-exchange-records configuration setting)
-
getComment
@Nullable public String getComment()
-
getConnectionId
@NonNull public @NonNull String getConnectionId()
-
getCredentialDefinitionId
@Nullable public String getCredentialDefinitionId()
-
getCredentialPreview
@Nullable public CredentialPreview getCredentialPreview()
-
getTrace
@Nullable public Boolean getTrace()
-
setAutoIssue
public void setAutoIssue(Boolean autoIssue)
-
setAutoRemove
public void setAutoRemove(@Nullable Boolean autoRemove)Whether to remove the credential exchange record on completion (overrides --preserve-exchange-records configuration setting)
-
setComment
public void setComment(@Nullable String comment)
-
setConnectionId
public void setConnectionId(@NonNull @NonNull String connectionId)
-
setCredentialDefinitionId
public void setCredentialDefinitionId(@Nullable String credentialDefinitionId)
-
setCredentialPreview
public void setCredentialPreview(@Nullable CredentialPreview credentialPreview)
-
setTrace
public void setTrace(@Nullable Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-