Class IndyProofProof
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofProof
-
public class IndyProofProof extends Object
IndyProofProof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProofProof.IndyProofProofBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AGGREGATED_PROOFstatic StringSERIALIZED_NAME_PROOFS
-
Constructor Summary
Constructors Constructor Description IndyProofProof()IndyProofProof(IndyProofProofAggregatedProof aggregatedProof, List<IndyProofProofProofsProof> proofs)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProofProof.IndyProofProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IndyProofProofAggregatedProofgetAggregatedProof()List<IndyProofProofProofsProof>getProofs()inthashCode()voidsetAggregatedProof(IndyProofProofAggregatedProof aggregatedProof)voidsetProofs(List<IndyProofProofProofsProof> proofs)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AGGREGATED_PROOF
public static final String SERIALIZED_NAME_AGGREGATED_PROOF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROOFS
public static final String SERIALIZED_NAME_PROOFS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyProofProof
public IndyProofProof(IndyProofProofAggregatedProof aggregatedProof, List<IndyProofProofProofsProof> proofs)
-
IndyProofProof
public IndyProofProof()
-
-
Method Detail
-
builder
public static IndyProofProof.IndyProofProofBuilder builder()
-
getAggregatedProof
public IndyProofProofAggregatedProof getAggregatedProof()
-
getProofs
public List<IndyProofProofProofsProof> getProofs()
-
setAggregatedProof
public void setAggregatedProof(IndyProofProofAggregatedProof aggregatedProof)
-
setProofs
public void setProofs(List<IndyProofProofProofsProof> proofs)
-
canEqual
protected boolean canEqual(Object other)
-
-