Class IndyProofProofAggregatedProof
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofProofAggregatedProof
-
public class IndyProofProofAggregatedProof extends Object
IndyProofProofAggregatedProof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_C_HASHstatic StringSERIALIZED_NAME_C_LIST
-
Constructor Summary
Constructors Constructor Description IndyProofProofAggregatedProof()IndyProofProofAggregatedProof(String cHash, List<List<Integer>> cList)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCHash()List<List<Integer>>getCList()inthashCode()voidsetCHash(String cHash)voidsetCList(List<List<Integer>> cList)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_C_HASH
public static final String SERIALIZED_NAME_C_HASH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_C_LIST
public static final String SERIALIZED_NAME_C_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static IndyProofProofAggregatedProof.IndyProofProofAggregatedProofBuilder builder()
-
getCHash
public String getCHash()
-
setCHash
public void setCHash(String cHash)
-
canEqual
protected boolean canEqual(Object other)
-
-