Class PresentProofRecordsFilter
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.PresentProofRecordsFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class PresentProofRecordsFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPresentProofRecordsFilter.PresentProofRecordsFilterBuilder
-
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 PresentProofRecordsFilter.PresentProofRecordsFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetConnectionId()PresentationExchangeRolegetRole()PresentationExchangeStategetState()StringgetThreadId()inthashCode()voidsetConnectionId(String connectionId)voidsetRole(PresentationExchangeRole role)voidsetState(PresentationExchangeState 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 PresentProofRecordsFilter.PresentProofRecordsFilterBuilder builder()
-
getConnectionId
@Nullable public String getConnectionId()
-
getRole
@Nullable public PresentationExchangeRole getRole()
-
getState
@Nullable public PresentationExchangeState getState()
-
getThreadId
@Nullable public String getThreadId()
-
setConnectionId
public void setConnectionId(@Nullable String connectionId)
-
setRole
public void setRole(@Nullable PresentationExchangeRole role)
-
setState
public void setState(@Nullable PresentationExchangeState state)
-
setThreadId
public void setThreadId(@Nullable String threadId)
-
canEqual
protected boolean canEqual(Object other)
-
-