Class V2CredentialExchangeFree.LDProofVCDetail
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V2CredentialExchangeFree.LDProofVCDetail
-
- Enclosing class:
- V2CredentialExchangeFree
public static class V2CredentialExchangeFree.LDProofVCDetail extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuilder
-
Constructor Summary
Constructors Constructor Description LDProofVCDetail()LDProofVCDetail(VerifiableCredential credential, V2CredentialExchangeFree.LDProofVCDetailOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)VerifiableCredentialgetCredential()V2CredentialExchangeFree.LDProofVCDetailOptionsgetOptions()inthashCode()voidsetCredential(VerifiableCredential credential)voidsetOptions(V2CredentialExchangeFree.LDProofVCDetailOptions options)StringtoString()
-
-
-
Constructor Detail
-
LDProofVCDetail
public LDProofVCDetail(VerifiableCredential credential, V2CredentialExchangeFree.LDProofVCDetailOptions options)
-
LDProofVCDetail
public LDProofVCDetail()
-
-
Method Detail
-
builder
public static V2CredentialExchangeFree.LDProofVCDetail.LDProofVCDetailBuilder builder()
-
getCredential
public VerifiableCredential getCredential()
-
getOptions
public V2CredentialExchangeFree.LDProofVCDetailOptions getOptions()
-
setCredential
public void setCredential(VerifiableCredential credential)
-
setOptions
public void setOptions(V2CredentialExchangeFree.LDProofVCDetailOptions options)
-
canEqual
protected boolean canEqual(Object other)
-
-