Class CredentialDefinition
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.CredentialDefinition
-
public class CredentialDefinition extends Object
CredentialDefinition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCredentialDefinition.CredentialDefinitionBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_SCHEMA_IDstatic StringSERIALIZED_NAME_TAGstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_VALUEstatic StringSERIALIZED_NAME_VER
-
Constructor Summary
Constructors Constructor Description CredentialDefinition()CredentialDefinition(String id, String schemaId, String tag, Object type, CredDefValue value, String ver)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CredentialDefinition.CredentialDefinitionBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetId()StringgetSchemaId()StringgetTag()ObjectgetType()CredDefValuegetValue()StringgetVer()inthashCode()voidsetId(String id)voidsetSchemaId(String schemaId)voidsetTag(String tag)voidsetType(Object type)voidsetValue(CredDefValue value)voidsetVer(String ver)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_ID
public static final String SERIALIZED_NAME_SCHEMA_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TAG
public static final String SERIALIZED_NAME_TAG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VER
public static final String SERIALIZED_NAME_VER
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static CredentialDefinition.CredentialDefinitionBuilder builder()
-
getId
public String getId()
-
getSchemaId
public String getSchemaId()
-
getTag
public String getTag()
-
getType
public Object getType()
-
getValue
public CredDefValue getValue()
-
getVer
public String getVer()
-
setId
public void setId(String id)
-
setSchemaId
public void setSchemaId(String schemaId)
-
setTag
public void setTag(String tag)
-
setType
public void setType(Object type)
-
setValue
public void setValue(CredDefValue value)
-
setVer
public void setVer(String ver)
-
canEqual
protected boolean canEqual(Object other)
-
-