Class IndyPrimaryProof
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyPrimaryProof
-
public class IndyPrimaryProof extends Object
IndyPrimaryProof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyPrimaryProof.IndyPrimaryProofBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_EQ_PROOFstatic StringSERIALIZED_NAME_GE_PROOFS
-
Constructor Summary
Constructors Constructor Description IndyPrimaryProof()IndyPrimaryProof(IndyEQProof eqProof, List<IndyGEProof> geProofs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyPrimaryProof.IndyPrimaryProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IndyEQProofgetEqProof()List<IndyGEProof>getGeProofs()inthashCode()voidsetEqProof(IndyEQProof eqProof)voidsetGeProofs(List<IndyGEProof> geProofs)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_EQ_PROOF
public static final String SERIALIZED_NAME_EQ_PROOF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_GE_PROOFS
public static final String SERIALIZED_NAME_GE_PROOFS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyPrimaryProof
public IndyPrimaryProof(IndyEQProof eqProof, List<IndyGEProof> geProofs)
-
IndyPrimaryProof
public IndyPrimaryProof()
-
-
Method Detail
-
builder
public static IndyPrimaryProof.IndyPrimaryProofBuilder builder()
-
getEqProof
public IndyEQProof getEqProof()
-
getGeProofs
public List<IndyGEProof> getGeProofs()
-
setEqProof
public void setEqProof(IndyEQProof eqProof)
-
setGeProofs
public void setGeProofs(List<IndyGEProof> geProofs)
-
canEqual
protected boolean canEqual(Object other)
-
-