Class IndyPresPredSpec
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyPresPredSpec
-
public class IndyPresPredSpec extends Object
IndyPresPredSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyPresPredSpec.IndyPresPredSpecBuilderstatic classIndyPresPredSpec.PredicateEnumPredicate type ('<', '<=', '>=', or '>')
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_DEF_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_PREDICATEstatic StringSERIALIZED_NAME_THRESHOLD
-
Constructor Summary
Constructors Constructor Description IndyPresPredSpec()IndyPresPredSpec(String credDefId, String name, IndyPresPredSpec.PredicateEnum predicate, Integer threshold)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyPresPredSpec.IndyPresPredSpecBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCredDefId()StringgetName()IndyPresPredSpec.PredicateEnumgetPredicate()IntegergetThreshold()inthashCode()voidsetCredDefId(String credDefId)voidsetName(String name)voidsetPredicate(IndyPresPredSpec.PredicateEnum predicate)voidsetThreshold(Integer threshold)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CRED_DEF_ID
public static final String SERIALIZED_NAME_CRED_DEF_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PREDICATE
public static final String SERIALIZED_NAME_PREDICATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THRESHOLD
public static final String SERIALIZED_NAME_THRESHOLD
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyPresPredSpec
public IndyPresPredSpec(String credDefId, String name, IndyPresPredSpec.PredicateEnum predicate, Integer threshold)
-
IndyPresPredSpec
public IndyPresPredSpec()
-
-
Method Detail
-
builder
public static IndyPresPredSpec.IndyPresPredSpecBuilder builder()
-
getCredDefId
public String getCredDefId()
-
getName
public String getName()
-
getPredicate
public IndyPresPredSpec.PredicateEnum getPredicate()
-
getThreshold
public Integer getThreshold()
-
setCredDefId
public void setCredDefId(String credDefId)
-
setName
public void setName(String name)
-
setPredicate
public void setPredicate(IndyPresPredSpec.PredicateEnum predicate)
-
setThreshold
public void setThreshold(Integer threshold)
-
canEqual
protected boolean canEqual(Object other)
-
-