Class RevocationNotificationEvent
- java.lang.Object
-
- org.hyperledger.aries.api.revocation.RevocationNotificationBase
-
- org.hyperledger.aries.api.revocation.RevocationNotificationEvent
-
public class RevocationNotificationEvent extends RevocationNotificationBase
Webhook event: revocation-notification aries-rfc: 0183-revocation-notification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRevocationNotificationEvent.RevocationNotificationEventBuilder-
Nested classes/interfaces inherited from class org.hyperledger.aries.api.revocation.RevocationNotificationBase
RevocationNotificationBase.RevocationInfo
-
-
Constructor Summary
Constructors Constructor Description RevocationNotificationEvent()RevocationNotificationEvent(String threadId, String comment)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RevocationNotificationEvent.RevocationNotificationEventBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetComment()StringgetThreadId()inthashCode()voidsetComment(String comment)voidsetThreadId(String threadId)RevocationNotificationBase.RevocationInfotoRevocationInfo()Extracts revocation information form the threadIdStringtoString()
-
-
-
Method Detail
-
toRevocationInfo
public RevocationNotificationBase.RevocationInfo toRevocationInfo()
Extracts revocation information form the threadId
-
builder
public static RevocationNotificationEvent.RevocationNotificationEventBuilder builder()
-
getThreadId
public String getThreadId()
-
getComment
public String getComment()
-
setThreadId
public void setThreadId(String threadId)
-
setComment
public void setComment(String comment)
-
canEqual
protected boolean canEqual(Object other)
-
-