Class IndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuilder
-
- Enclosing class:
- IndyProofProofAggregatedProof
public static class IndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyProofProofAggregatedProofbuild()IndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuildercHash(String cHash)IndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuildercList(List<List<Integer>> cList)StringtoString()
-
-
-
Method Detail
-
cHash
public IndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuilder cHash(String cHash)
- Returns:
this.
-
cList
public IndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuilder cList(List<List<Integer>> cList)
- Returns:
this.
-
build
public IndyProofProofAggregatedProof build()
-
-