Class RevocationCredentialRecordFilter
- java.lang.Object
-
- org.hyperledger.aries.api.revocation.RevocationCredentialRecordFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class RevocationCredentialRecordFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRevocationCredentialRecordFilter.RevocationCredentialRecordFilterBuilder
-
Field Summary
-
Fields inherited from interface org.hyperledger.aries.api.AcaPyRequestFilter
log
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RevocationCredentialRecordFilter.RevocationCredentialRecordFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCredExId()Credential exchange identifierStringgetCredRevId()Credential revocation identifierStringgetRevRegId()Revocation registry identifierinthashCode()voidsetCredExId(String credExId)Credential exchange identifiervoidsetCredRevId(String credRevId)Credential revocation identifiervoidsetRevRegId(String revRegId)Revocation registry identifierStringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hyperledger.aries.api.AcaPyRequestFilter
buildParams
-
-
-
-
Method Detail
-
builder
public static RevocationCredentialRecordFilter.RevocationCredentialRecordFilterBuilder builder()
-
getCredExId
public String getCredExId()
Credential exchange identifier
-
getCredRevId
public String getCredRevId()
Credential revocation identifier
-
getRevRegId
public String getRevRegId()
Revocation registry identifier
-
setCredExId
public void setCredExId(String credExId)
Credential exchange identifier
-
setCredRevId
public void setCredRevId(String credRevId)
Credential revocation identifier
-
setRevRegId
public void setRevRegId(String revRegId)
Revocation registry identifier
-
canEqual
protected boolean canEqual(Object other)
-
-