Class IndyCredAbstract
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyCredAbstract
-
public class IndyCredAbstract extends Object
IndyCredAbstract
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyCredAbstract.IndyCredAbstractBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_DEF_IDstatic StringSERIALIZED_NAME_KEY_CORRECTNESS_PROOFstatic StringSERIALIZED_NAME_NONCEstatic StringSERIALIZED_NAME_SCHEMA_ID
-
Constructor Summary
Constructors Constructor Description IndyCredAbstract()IndyCredAbstract(String credDefId, IndyKeyCorrectnessProof keyCorrectnessProof, String nonce, String schemaId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyCredAbstract.IndyCredAbstractBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCredDefId()IndyKeyCorrectnessProofgetKeyCorrectnessProof()StringgetNonce()StringgetSchemaId()inthashCode()voidsetCredDefId(String credDefId)voidsetKeyCorrectnessProof(IndyKeyCorrectnessProof keyCorrectnessProof)voidsetNonce(String nonce)voidsetSchemaId(String schemaId)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CRED_DEF_ID
public static final String SERIALIZED_NAME_CRED_DEF_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY_CORRECTNESS_PROOF
public static final String SERIALIZED_NAME_KEY_CORRECTNESS_PROOF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NONCE
public static final String SERIALIZED_NAME_NONCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SCHEMA_ID
public static final String SERIALIZED_NAME_SCHEMA_ID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndyCredAbstract
public IndyCredAbstract(String credDefId, IndyKeyCorrectnessProof keyCorrectnessProof, String nonce, String schemaId)
-
IndyCredAbstract
public IndyCredAbstract()
-
-
Method Detail
-
builder
public static IndyCredAbstract.IndyCredAbstractBuilder builder()
-
getCredDefId
public String getCredDefId()
-
getKeyCorrectnessProof
public IndyKeyCorrectnessProof getKeyCorrectnessProof()
-
getNonce
public String getNonce()
-
getSchemaId
public String getSchemaId()
-
setCredDefId
public void setCredDefId(String credDefId)
-
setKeyCorrectnessProof
public void setKeyCorrectnessProof(IndyKeyCorrectnessProof keyCorrectnessProof)
-
setNonce
public void setNonce(String nonce)
-
setSchemaId
public void setSchemaId(String schemaId)
-
canEqual
protected boolean canEqual(Object other)
-
-