Class V2IssueLDCredentialEvent
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V2IssueLDCredentialEvent
-
public class V2IssueLDCredentialEvent extends Object
Webhook/Websocket Event: issue_credential_v2_0_ld_proof contains wallet id's
-
-
Constructor Summary
Constructors Constructor Description V2IssueLDCredentialEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCreatedAt()StringgetCredExId()StringgetCredExLdProofId()StringgetCredIdStored()w3c credential record_idStringgetUpdatedAt()inthashCode()voidsetCreatedAt(String createdAt)voidsetCredExId(String credExId)voidsetCredExLdProofId(String credExLdProofId)voidsetCredIdStored(String credIdStored)w3c credential record_idvoidsetUpdatedAt(String updatedAt)StringtoString()
-
-
-
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)
-
-