Class IndyProofProofProofsProof
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofProofProofsProof
-
public class IndyProofProofProofsProof extends Object
IndyProofProofProofsProof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProofProofProofsProof.IndyProofProofProofsProofBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NON_REVOC_PROOFstatic StringSERIALIZED_NAME_PRIMARY_PROOF
-
Constructor Summary
Constructors Constructor Description IndyProofProofProofsProof()IndyProofProofProofsProof(IndyNonRevocProof nonRevocProof, IndyPrimaryProof primaryProof)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProofProofProofsProof.IndyProofProofProofsProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IndyNonRevocProofgetNonRevocProof()IndyPrimaryProofgetPrimaryProof()inthashCode()voidsetNonRevocProof(IndyNonRevocProof nonRevocProof)voidsetPrimaryProof(IndyPrimaryProof primaryProof)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NON_REVOC_PROOF
public static final String SERIALIZED_NAME_NON_REVOC_PROOF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRIMARY_PROOF
public static final String SERIALIZED_NAME_PRIMARY_PROOF
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyProofProofProofsProof
public IndyProofProofProofsProof(IndyNonRevocProof nonRevocProof, IndyPrimaryProof primaryProof)
-
IndyProofProofProofsProof
public IndyProofProofProofsProof()
-
-
Method Detail
-
builder
public static IndyProofProofProofsProof.IndyProofProofProofsProofBuilder builder()
-
getNonRevocProof
public IndyNonRevocProof getNonRevocProof()
-
getPrimaryProof
public IndyPrimaryProof getPrimaryProof()
-
setNonRevocProof
public void setNonRevocProof(IndyNonRevocProof nonRevocProof)
-
setPrimaryProof
public void setPrimaryProof(IndyPrimaryProof primaryProof)
-
canEqual
protected boolean canEqual(Object other)
-
-