Class V2IssueIndyCredentialEvent


  • public class V2IssueIndyCredentialEvent
    extends Object
    Webhook/Websocket Event: issue_credential_v2_0_indy event contains credential revocation information for issued v2 credentials
    • Constructor Detail

      • V2IssueIndyCredentialEvent

        public V2IssueIndyCredentialEvent()
    • Method Detail

      • getRevRegId

        public String getRevRegId()
      • getCredExIndyId

        public String getCredExIndyId()
      • getCredExId

        public String getCredExId()
      • getUpdatedAt

        public String getUpdatedAt()
      • getCreatedAt

        public String getCreatedAt()
      • getCredRevId

        public String getCredRevId()
      • getCredIdStored

        public String getCredIdStored()
      • getCredRequestMetadata

        public Object getCredRequestMetadata()
      • setRevRegId

        public void setRevRegId​(String revRegId)
      • setCredExIndyId

        public void setCredExIndyId​(String credExIndyId)
      • setCredExId

        public void setCredExId​(String credExId)
      • setUpdatedAt

        public void setUpdatedAt​(String updatedAt)
      • setCreatedAt

        public void setCreatedAt​(String createdAt)
      • setCredRevId

        public void setCredRevId​(String credRevId)
      • setCredIdStored

        public void setCredIdStored​(String credIdStored)
      • setCredRequestMetadata

        public void setCredRequestMetadata​(Object credRequestMetadata)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object