Class LDProofVCDetail
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.LDProofVCDetail
-
public class LDProofVCDetail extends Object
LDProofVCDetail
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLDProofVCDetail.LDProofVCDetailBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREDENTIALstatic StringSERIALIZED_NAME_OPTIONS
-
Constructor Summary
Constructors Constructor Description LDProofVCDetail()LDProofVCDetail(Credential credential, LDProofVCDetailOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LDProofVCDetail.LDProofVCDetailBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)CredentialgetCredential()LDProofVCDetailOptionsgetOptions()inthashCode()voidsetCredential(Credential credential)voidsetOptions(LDProofVCDetailOptions options)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CREDENTIAL
public static final String SERIALIZED_NAME_CREDENTIAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_OPTIONS
public static final String SERIALIZED_NAME_OPTIONS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LDProofVCDetail
public LDProofVCDetail(Credential credential, LDProofVCDetailOptions options)
-
LDProofVCDetail
public LDProofVCDetail()
-
-
Method Detail
-
builder
public static LDProofVCDetail.LDProofVCDetailBuilder builder()
-
getCredential
public Credential getCredential()
-
getOptions
public LDProofVCDetailOptions getOptions()
-
setCredential
public void setCredential(Credential credential)
-
setOptions
public void setOptions(LDProofVCDetailOptions options)
-
canEqual
protected boolean canEqual(Object other)
-
-