Class RevokeRequest


  • public class RevokeRequest
    extends Object
    • Method Detail

      • getComment

        public String getComment()
      • getConnectionId

        public String getConnectionId()
        Needed when --notify-revocation flag is set, or notify is true
        Since:
        0.7.3
      • getCredExId

        public String getCredExId()
        Either credential exchange identifier
      • getCredRevId

        public String getCredRevId()
        Or credential revocation identifier
      • getNotify

        public Boolean getNotify()
        Send a notification to the credential recipient
        Since:
        0.7.3
      • getNotifyVersion

        public RevokeRequest.NotifyVersion getNotifyVersion()
        Specify which version of the revocation notification should be sent
        Since:
        0.7.4
      • getPublish

        public Boolean getPublish()
        If false, needs a call to /revocation/publish-revocations later
      • getRevRegId

        public String getRevRegId()
        and revocation registry identifier
      • getThreadId

        public String getThreadId()
        Thread ID of the credential exchange message thread resulting in the credential now being revoked; required if notify is true
        Since:
        0.7.3
      • setComment

        public void setComment​(String comment)
      • setConnectionId

        public void setConnectionId​(String connectionId)
        Needed when --notify-revocation flag is set, or notify is true
        Since:
        0.7.3
      • setCredExId

        public void setCredExId​(String credExId)
        Either credential exchange identifier
      • setCredRevId

        public void setCredRevId​(String credRevId)
        Or credential revocation identifier
      • setNotify

        public void setNotify​(Boolean notify)
        Send a notification to the credential recipient
        Since:
        0.7.3
      • setNotifyVersion

        public void setNotifyVersion​(RevokeRequest.NotifyVersion notifyVersion)
        Specify which version of the revocation notification should be sent
        Since:
        0.7.4
      • setPublish

        public void setPublish​(Boolean publish)
        If false, needs a call to /revocation/publish-revocations later
      • setRevRegId

        public void setRevRegId​(String revRegId)
        and revocation registry identifier
      • setThreadId

        public void setThreadId​(String threadId)
        Thread ID of the credential exchange message thread resulting in the credential now being revoked; required if notify is true
        Since:
        0.7.3
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object