Class V20CredFilterLDProof
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20CredFilterLDProof
-
public class V20CredFilterLDProof extends Object
V20CredFilterLDProof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20CredFilterLDProof.V20CredFilterLDProofBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_LD_PROOF
-
Constructor Summary
Constructors Constructor Description V20CredFilterLDProof()V20CredFilterLDProof(LDProofVCDetail ldProof)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20CredFilterLDProof.V20CredFilterLDProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)LDProofVCDetailgetLdProof()inthashCode()voidsetLdProof(LDProofVCDetail ldProof)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_LD_PROOF
public static final String SERIALIZED_NAME_LD_PROOF
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20CredFilterLDProof
public V20CredFilterLDProof(LDProofVCDetail ldProof)
-
V20CredFilterLDProof
public V20CredFilterLDProof()
-
-
Method Detail
-
builder
public static V20CredFilterLDProof.V20CredFilterLDProofBuilder builder()
-
getLdProof
public LDProofVCDetail getLdProof()
-
setLdProof
public void setLdProof(LDProofVCDetail ldProof)
-
canEqual
protected boolean canEqual(Object other)
-
-