Class CredentialDefinitionSendRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.CredentialDefinitionSendRequest
-
public class CredentialDefinitionSendRequest extends Object
CredentialDefinitionSendRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredentialDefinitionSendRequest.CredentialDefinitionSendRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_REVOCATION_REGISTRY_SIZEstatic StringSERIALIZED_NAME_SCHEMA_IDstatic StringSERIALIZED_NAME_SUPPORT_REVOCATIONstatic StringSERIALIZED_NAME_TAG
-
Constructor Summary
Constructors Constructor Description CredentialDefinitionSendRequest()CredentialDefinitionSendRequest(Integer revocationRegistrySize, String schemaId, Boolean supportRevocation, String tag)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CredentialDefinitionSendRequest.CredentialDefinitionSendRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)IntegergetRevocationRegistrySize()StringgetSchemaId()BooleangetSupportRevocation()StringgetTag()inthashCode()voidsetRevocationRegistrySize(Integer revocationRegistrySize)voidsetSchemaId(String schemaId)voidsetSupportRevocation(Boolean supportRevocation)voidsetTag(String tag)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_REVOCATION_REGISTRY_SIZE
public static final String SERIALIZED_NAME_REVOCATION_REGISTRY_SIZE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_ID
public static final String SERIALIZED_NAME_SCHEMA_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUPPORT_REVOCATION
public static final String SERIALIZED_NAME_SUPPORT_REVOCATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TAG
public static final String SERIALIZED_NAME_TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static CredentialDefinitionSendRequest.CredentialDefinitionSendRequestBuilder builder()
-
getRevocationRegistrySize
public Integer getRevocationRegistrySize()
-
getSchemaId
public String getSchemaId()
-
getSupportRevocation
public Boolean getSupportRevocation()
-
getTag
public String getTag()
-
setRevocationRegistrySize
public void setRevocationRegistrySize(Integer revocationRegistrySize)
-
setSchemaId
public void setSchemaId(String schemaId)
-
setSupportRevocation
public void setSupportRevocation(Boolean supportRevocation)
-
setTag
public void setTag(String tag)
-
canEqual
protected boolean canEqual(Object other)
-
-