Class IndyProofReqPredSpec
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofReqPredSpec
-
public class IndyProofReqPredSpec extends Object
IndyProofReqPredSpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProofReqPredSpec.IndyProofReqPredSpecBuilderstatic classIndyProofReqPredSpec.PTypeEnumPredicate type ('<', '<=', '>=', or '>')
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_NON_REVOKEDstatic StringSERIALIZED_NAME_P_TYPEstatic StringSERIALIZED_NAME_P_VALUEstatic StringSERIALIZED_NAME_RESTRICTIONS
-
Constructor Summary
Constructors Constructor Description IndyProofReqPredSpec()IndyProofReqPredSpec(String name, IndyProofReqPredSpecNonRevoked nonRevoked, IndyProofReqPredSpec.PTypeEnum pType, Integer pValue, List<Map<String,String>> restrictions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProofReqPredSpec.IndyProofReqPredSpecBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()IndyProofReqPredSpecNonRevokedgetNonRevoked()IndyProofReqPredSpec.PTypeEnumgetPType()IntegergetPValue()List<Map<String,String>>getRestrictions()inthashCode()voidsetName(String name)voidsetNonRevoked(IndyProofReqPredSpecNonRevoked nonRevoked)voidsetPType(IndyProofReqPredSpec.PTypeEnum pType)voidsetPValue(Integer pValue)voidsetRestrictions(List<Map<String,String>> restrictions)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NON_REVOKED
public static final String SERIALIZED_NAME_NON_REVOKED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_P_TYPE
public static final String SERIALIZED_NAME_P_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_P_VALUE
public static final String SERIALIZED_NAME_P_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_RESTRICTIONS
public static final String SERIALIZED_NAME_RESTRICTIONS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyProofReqPredSpec
public IndyProofReqPredSpec(String name, IndyProofReqPredSpecNonRevoked nonRevoked, IndyProofReqPredSpec.PTypeEnum pType, Integer pValue, List<Map<String,String>> restrictions)
-
IndyProofReqPredSpec
public IndyProofReqPredSpec()
-
-
Method Detail
-
builder
public static IndyProofReqPredSpec.IndyProofReqPredSpecBuilder builder()
-
getName
public String getName()
-
getNonRevoked
public IndyProofReqPredSpecNonRevoked getNonRevoked()
-
getPType
public IndyProofReqPredSpec.PTypeEnum getPType()
-
getPValue
public Integer getPValue()
-
setName
public void setName(String name)
-
setNonRevoked
public void setNonRevoked(IndyProofReqPredSpecNonRevoked nonRevoked)
-
setPType
public void setPType(IndyProofReqPredSpec.PTypeEnum pType)
-
setPValue
public void setPValue(Integer pValue)
-
canEqual
protected boolean canEqual(Object other)
-
-