Class IndyGEProofPred
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyGEProofPred
-
public class IndyGEProofPred extends Object
IndyGEProofPred
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyGEProofPred.IndyGEProofPredBuilderstatic classIndyGEProofPred.PTypeEnumPredicate type
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ATTR_NAMEstatic StringSERIALIZED_NAME_P_TYPEstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description IndyGEProofPred()IndyGEProofPred(String attrName, IndyGEProofPred.PTypeEnum pType, Integer value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyGEProofPred.IndyGEProofPredBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAttrName()IndyGEProofPred.PTypeEnumgetPType()IntegergetValue()inthashCode()voidsetAttrName(String attrName)voidsetPType(IndyGEProofPred.PTypeEnum pType)voidsetValue(Integer value)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ATTR_NAME
public static final String SERIALIZED_NAME_ATTR_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_P_TYPE
public static final String SERIALIZED_NAME_P_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyGEProofPred
public IndyGEProofPred(String attrName, IndyGEProofPred.PTypeEnum pType, Integer value)
-
IndyGEProofPred
public IndyGEProofPred()
-
-
Method Detail
-
builder
public static IndyGEProofPred.IndyGEProofPredBuilder builder()
-
getAttrName
public String getAttrName()
-
getPType
public IndyGEProofPred.PTypeEnum getPType()
-
getValue
public Integer getValue()
-
setAttrName
public void setAttrName(String attrName)
-
setPType
public void setPType(IndyGEProofPred.PTypeEnum pType)
-
setValue
public void setValue(Integer value)
-
canEqual
protected boolean canEqual(Object other)
-
-