Class IndyCredential
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyCredential
-
public class IndyCredential extends Object
IndyCredential
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyCredential.IndyCredentialBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_DEF_IDstatic StringSERIALIZED_NAME_REV_REGstatic StringSERIALIZED_NAME_REV_REG_IDstatic StringSERIALIZED_NAME_SCHEMA_IDstatic StringSERIALIZED_NAME_SIGNATUREstatic StringSERIALIZED_NAME_SIGNATURE_CORRECTNESS_PROOFstatic StringSERIALIZED_NAME_VALUESstatic StringSERIALIZED_NAME_WITNESS
-
Constructor Summary
Constructors Constructor Description IndyCredential()IndyCredential(String credDefId, Object revReg, String revRegId, String schemaId, Object signature, Object signatureCorrectnessProof, Map<String,IndyAttrValue> values, Object witness)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyCredential.IndyCredentialBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCredDefId()ObjectgetRevReg()StringgetRevRegId()StringgetSchemaId()ObjectgetSignature()ObjectgetSignatureCorrectnessProof()Map<String,IndyAttrValue>getValues()ObjectgetWitness()inthashCode()voidsetCredDefId(String credDefId)voidsetRevReg(Object revReg)voidsetRevRegId(String revRegId)voidsetSchemaId(String schemaId)voidsetSignature(Object signature)voidsetSignatureCorrectnessProof(Object signatureCorrectnessProof)voidsetValues(Map<String,IndyAttrValue> values)voidsetWitness(Object witness)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CRED_DEF_ID
public static final String SERIALIZED_NAME_CRED_DEF_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REV_REG
public static final String SERIALIZED_NAME_REV_REG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REV_REG_ID
public static final String SERIALIZED_NAME_REV_REG_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_SIGNATURE
public static final String SERIALIZED_NAME_SIGNATURE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNATURE_CORRECTNESS_PROOF
public static final String SERIALIZED_NAME_SIGNATURE_CORRECTNESS_PROOF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUES
public static final String SERIALIZED_NAME_VALUES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WITNESS
public static final String SERIALIZED_NAME_WITNESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static IndyCredential.IndyCredentialBuilder builder()
-
getCredDefId
public String getCredDefId()
-
getRevReg
public Object getRevReg()
-
getRevRegId
public String getRevRegId()
-
getSchemaId
public String getSchemaId()
-
getSignature
public Object getSignature()
-
getSignatureCorrectnessProof
public Object getSignatureCorrectnessProof()
-
getValues
public Map<String,IndyAttrValue> getValues()
-
getWitness
public Object getWitness()
-
setCredDefId
public void setCredDefId(String credDefId)
-
setRevReg
public void setRevReg(Object revReg)
-
setRevRegId
public void setRevRegId(String revRegId)
-
setSchemaId
public void setSchemaId(String schemaId)
-
setSignature
public void setSignature(Object signature)
-
setSignatureCorrectnessProof
public void setSignatureCorrectnessProof(Object signatureCorrectnessProof)
-
setValues
public void setValues(Map<String,IndyAttrValue> values)
-
setWitness
public void setWitness(Object witness)
-
canEqual
protected boolean canEqual(Object other)
-
-