Class IndyRevRegDefValue
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyRevRegDefValue
-
public class IndyRevRegDefValue extends Object
IndyRevRegDefValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyRevRegDefValue.IndyRevRegDefValueBuilderstatic classIndyRevRegDefValue.IssuanceTypeEnumIssuance type
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ISSUANCE_TYPEstatic StringSERIALIZED_NAME_MAX_CRED_NUMstatic StringSERIALIZED_NAME_PUBLIC_KEYSstatic StringSERIALIZED_NAME_TAILS_HASHstatic StringSERIALIZED_NAME_TAILS_LOCATION
-
Constructor Summary
Constructors Constructor Description IndyRevRegDefValue()IndyRevRegDefValue(IndyRevRegDefValue.IssuanceTypeEnum issuanceType, Integer maxCredNum, IndyRevRegDefValuePublicKeys publicKeys, String tailsHash, String tailsLocation)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyRevRegDefValue.IndyRevRegDefValueBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IndyRevRegDefValue.IssuanceTypeEnumgetIssuanceType()IntegergetMaxCredNum()IndyRevRegDefValuePublicKeysgetPublicKeys()StringgetTailsHash()StringgetTailsLocation()inthashCode()voidsetIssuanceType(IndyRevRegDefValue.IssuanceTypeEnum issuanceType)voidsetMaxCredNum(Integer maxCredNum)voidsetPublicKeys(IndyRevRegDefValuePublicKeys publicKeys)voidsetTailsHash(String tailsHash)voidsetTailsLocation(String tailsLocation)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ISSUANCE_TYPE
public static final String SERIALIZED_NAME_ISSUANCE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MAX_CRED_NUM
public static final String SERIALIZED_NAME_MAX_CRED_NUM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PUBLIC_KEYS
public static final String SERIALIZED_NAME_PUBLIC_KEYS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TAILS_HASH
public static final String SERIALIZED_NAME_TAILS_HASH
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TAILS_LOCATION
public static final String SERIALIZED_NAME_TAILS_LOCATION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyRevRegDefValue
public IndyRevRegDefValue(IndyRevRegDefValue.IssuanceTypeEnum issuanceType, Integer maxCredNum, IndyRevRegDefValuePublicKeys publicKeys, String tailsHash, String tailsLocation)
-
IndyRevRegDefValue
public IndyRevRegDefValue()
-
-
Method Detail
-
builder
public static IndyRevRegDefValue.IndyRevRegDefValueBuilder builder()
-
getIssuanceType
public IndyRevRegDefValue.IssuanceTypeEnum getIssuanceType()
-
getMaxCredNum
public Integer getMaxCredNum()
-
getPublicKeys
public IndyRevRegDefValuePublicKeys getPublicKeys()
-
getTailsHash
public String getTailsHash()
-
getTailsLocation
public String getTailsLocation()
-
setIssuanceType
public void setIssuanceType(IndyRevRegDefValue.IssuanceTypeEnum issuanceType)
-
setMaxCredNum
public void setMaxCredNum(Integer maxCredNum)
-
setPublicKeys
public void setPublicKeys(IndyRevRegDefValuePublicKeys publicKeys)
-
setTailsHash
public void setTailsHash(String tailsHash)
-
setTailsLocation
public void setTailsLocation(String tailsLocation)
-
canEqual
protected boolean canEqual(Object other)
-
-