Class V2IssueLDCredentialEvent


  • public class V2IssueLDCredentialEvent
    extends Object
    Webhook/Websocket Event: issue_credential_v2_0_ld_proof contains wallet id's
    • Constructor Detail

      • V2IssueLDCredentialEvent

        public V2IssueLDCredentialEvent()
    • Method Detail

      • getCredExId

        public String getCredExId()
      • getUpdatedAt

        public String getUpdatedAt()
      • getCreatedAt

        public String getCreatedAt()
      • getCredExLdProofId

        public String getCredExLdProofId()
      • getCredIdStored

        public String getCredIdStored()
        w3c credential record_id
      • setCredExId

        public void setCredExId​(String credExId)
      • setUpdatedAt

        public void setUpdatedAt​(String updatedAt)
      • setCreatedAt

        public void setCreatedAt​(String createdAt)
      • setCredExLdProofId

        public void setCredExLdProofId​(String credExLdProofId)
      • setCredIdStored

        public void setCredIdStored​(String credIdStored)
        w3c credential record_id
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object