Class RevRegCreateRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.RevRegCreateRequest
-
public class RevRegCreateRequest extends Object
RevRegCreateRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRevRegCreateRequest.RevRegCreateRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CREDENTIAL_DEFINITION_IDstatic StringSERIALIZED_NAME_MAX_CRED_NUM
-
Constructor Summary
Constructors Constructor Description RevRegCreateRequest()RevRegCreateRequest(String credentialDefinitionId, Integer maxCredNum)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RevRegCreateRequest.RevRegCreateRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCredentialDefinitionId()IntegergetMaxCredNum()inthashCode()voidsetCredentialDefinitionId(String credentialDefinitionId)voidsetMaxCredNum(Integer maxCredNum)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CREDENTIAL_DEFINITION_ID
public static final String SERIALIZED_NAME_CREDENTIAL_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MAX_CRED_NUM
public static final String SERIALIZED_NAME_MAX_CRED_NUM
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static RevRegCreateRequest.RevRegCreateRequestBuilder builder()
-
getCredentialDefinitionId
public String getCredentialDefinitionId()
-
getMaxCredNum
public Integer getMaxCredNum()
-
setCredentialDefinitionId
public void setCredentialDefinitionId(String credentialDefinitionId)
-
setMaxCredNum
public void setMaxCredNum(Integer maxCredNum)
-
canEqual
protected boolean canEqual(Object other)
-
-