Class V2CredentialExchangeFree
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V2CredentialExchangeFree
-
public class V2CredentialExchangeFree extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV2CredentialExchangeFree.LDProofVCDetailstatic classV2CredentialExchangeFree.LDProofVCDetailOptionsstatic classV2CredentialExchangeFree.V20CredFilterstatic classV2CredentialExchangeFree.V2CredentialExchangeFreeBuilderstatic classV2CredentialExchangeFree.V2CredentialPreview
-
Constructor Summary
Constructors Constructor Description V2CredentialExchangeFree()V2CredentialExchangeFree(Boolean autoRemove, String comment, UUID connectionId, V2CredentialExchangeFree.V2CredentialPreview credentialPreview, V2CredentialExchangeFree.V20CredFilter filter, Boolean trace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V2CredentialExchangeFree.V2CredentialExchangeFreeBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetAutoRemove()StringgetComment()UUIDgetConnectionId()V2CredentialExchangeFree.V2CredentialPreviewgetCredentialPreview()V2CredentialExchangeFree.V20CredFiltergetFilter()BooleangetTrace()inthashCode()voidsetAutoRemove(Boolean autoRemove)voidsetComment(String comment)voidsetConnectionId(UUID connectionId)voidsetCredentialPreview(V2CredentialExchangeFree.V2CredentialPreview credentialPreview)voidsetFilter(V2CredentialExchangeFree.V20CredFilter filter)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Constructor Detail
-
V2CredentialExchangeFree
public V2CredentialExchangeFree(Boolean autoRemove, String comment, UUID connectionId, V2CredentialExchangeFree.V2CredentialPreview credentialPreview, V2CredentialExchangeFree.V20CredFilter filter, Boolean trace)
-
V2CredentialExchangeFree
public V2CredentialExchangeFree()
-
-
Method Detail
-
builder
public static V2CredentialExchangeFree.V2CredentialExchangeFreeBuilder builder()
-
getAutoRemove
public Boolean getAutoRemove()
-
getComment
public String getComment()
-
getConnectionId
public UUID getConnectionId()
-
getCredentialPreview
public V2CredentialExchangeFree.V2CredentialPreview getCredentialPreview()
-
getFilter
public V2CredentialExchangeFree.V20CredFilter getFilter()
-
getTrace
public Boolean getTrace()
-
setAutoRemove
public void setAutoRemove(Boolean autoRemove)
-
setComment
public void setComment(String comment)
-
setConnectionId
public void setConnectionId(UUID connectionId)
-
setCredentialPreview
public void setCredentialPreview(V2CredentialExchangeFree.V2CredentialPreview credentialPreview)
-
setFilter
public void setFilter(V2CredentialExchangeFree.V20CredFilter filter)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-