Class RevocationEvent
- java.lang.Object
-
- org.hyperledger.aries.api.revocation.RevocationEvent
-
public class RevocationEvent extends Object
Issuer credential revocation information. Webhook event: issuer_cred_rev IssuerCredRevRecord in aca-py
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRevocationEvent.RevocationEventState
-
Constructor Summary
Constructors Constructor Description RevocationEvent()RevocationEvent(RevocationEvent.RevocationEventState state, String createdAt, String revRegId, String recordId, String credDefId, String credExId, String uploadedAt, String credRevId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCreatedAt()StringgetCredDefId()StringgetCredExId()StringgetCredRevId()StringgetRecordId()StringgetRevRegId()RevocationEvent.RevocationEventStategetState()StringgetUploadedAt()inthashCode()voidsetCreatedAt(String createdAt)voidsetCredDefId(String credDefId)voidsetCredExId(String credExId)voidsetCredRevId(String credRevId)voidsetRecordId(String recordId)voidsetRevRegId(String revRegId)voidsetState(RevocationEvent.RevocationEventState state)voidsetUploadedAt(String uploadedAt)StringtoString()
-
-
-
Method Detail
-
getState
public RevocationEvent.RevocationEventState getState()
-
getCreatedAt
public String getCreatedAt()
-
getRevRegId
public String getRevRegId()
-
getRecordId
public String getRecordId()
-
getCredDefId
public String getCredDefId()
-
getCredExId
public String getCredExId()
-
getUploadedAt
public String getUploadedAt()
-
getCredRevId
public String getCredRevId()
-
setState
public void setState(RevocationEvent.RevocationEventState state)
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
setRevRegId
public void setRevRegId(String revRegId)
-
setRecordId
public void setRecordId(String recordId)
-
setCredDefId
public void setCredDefId(String credDefId)
-
setCredExId
public void setCredExId(String credExId)
-
setUploadedAt
public void setUploadedAt(String uploadedAt)
-
setCredRevId
public void setCredRevId(String credRevId)
-
canEqual
protected boolean canEqual(Object other)
-
-