Class IndyProofIdentifier
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyProofIdentifier
-
public class IndyProofIdentifier extends Object
IndyProofIdentifier
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyProofIdentifier.IndyProofIdentifierBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_DEF_IDstatic StringSERIALIZED_NAME_REV_REG_IDstatic StringSERIALIZED_NAME_SCHEMA_IDstatic StringSERIALIZED_NAME_TIMESTAMP
-
Constructor Summary
Constructors Constructor Description IndyProofIdentifier()IndyProofIdentifier(String credDefId, String revRegId, String schemaId, Integer timestamp)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyProofIdentifier.IndyProofIdentifierBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCredDefId()StringgetRevRegId()StringgetSchemaId()IntegergetTimestamp()inthashCode()voidsetCredDefId(String credDefId)voidsetRevRegId(String revRegId)voidsetSchemaId(String schemaId)voidsetTimestamp(Integer timestamp)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_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_TIMESTAMP
public static final String SERIALIZED_NAME_TIMESTAMP
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static IndyProofIdentifier.IndyProofIdentifierBuilder builder()
-
getCredDefId
public String getCredDefId()
-
getRevRegId
public String getRevRegId()
-
getSchemaId
public String getSchemaId()
-
getTimestamp
public Integer getTimestamp()
-
setCredDefId
public void setCredDefId(String credDefId)
-
setRevRegId
public void setRevRegId(String revRegId)
-
setSchemaId
public void setSchemaId(String schemaId)
-
setTimestamp
public void setTimestamp(Integer timestamp)
-
canEqual
protected boolean canEqual(Object other)
-
-