Class V2IssueCredentialRecordsFilter
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V2IssueCredentialRecordsFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class V2IssueCredentialRecordsFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV2IssueCredentialRecordsFilter.V2CredExRecordStatestatic classV2IssueCredentialRecordsFilter.V2IssueCredentialRecordsFilterBuilder
-
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 V2IssueCredentialRecordsFilter.V2IssueCredentialRecordsFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetConnectionId()CredentialExchangeRolegetRole()V2IssueCredentialRecordsFilter.V2CredExRecordStategetState()StringgetThreadId()inthashCode()voidsetConnectionId(String connectionId)voidsetRole(CredentialExchangeRole role)voidsetState(V2IssueCredentialRecordsFilter.V2CredExRecordState state)voidsetThreadId(String threadId)StringtoString()-
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 V2IssueCredentialRecordsFilter.V2IssueCredentialRecordsFilterBuilder builder()
-
getConnectionId
@Nullable public String getConnectionId()
-
getRole
@Nullable public CredentialExchangeRole getRole()
-
getState
@Nullable public V2IssueCredentialRecordsFilter.V2CredExRecordState getState()
-
getThreadId
@Nullable public String getThreadId()
-
setConnectionId
public void setConnectionId(@Nullable String connectionId)
-
setRole
public void setRole(@Nullable CredentialExchangeRole role)
-
setState
public void setState(@Nullable V2IssueCredentialRecordsFilter.V2CredExRecordState state)
-
setThreadId
public void setThreadId(@Nullable String threadId)
-
canEqual
protected boolean canEqual(Object other)
-
-