Class IndyProofRequestedProofPredicate
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofRequestedProofPredicate
-
public class IndyProofRequestedProofPredicate extends Object
IndyProofRequestedProofPredicate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProofRequestedProofPredicate.IndyProofRequestedProofPredicateBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SUB_PROOF_INDEX
-
Constructor Summary
Constructors Constructor Description IndyProofRequestedProofPredicate()IndyProofRequestedProofPredicate(Integer subProofIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProofRequestedProofPredicate.IndyProofRequestedProofPredicateBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IntegergetSubProofIndex()inthashCode()voidsetSubProofIndex(Integer subProofIndex)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_SUB_PROOF_INDEX
public static final String SERIALIZED_NAME_SUB_PROOF_INDEX
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyProofRequestedProofPredicate
public IndyProofRequestedProofPredicate(Integer subProofIndex)
-
IndyProofRequestedProofPredicate
public IndyProofRequestedProofPredicate()
-
-
Method Detail
-
builder
public static IndyProofRequestedProofPredicate.IndyProofRequestedProofPredicateBuilder builder()
-
getSubProofIndex
public Integer getSubProofIndex()
-
setSubProofIndex
public void setSubProofIndex(Integer subProofIndex)
-
canEqual
protected boolean canEqual(Object other)
-
-