Class DidExchangeAcceptInvitationFilter
- java.lang.Object
-
- org.hyperledger.aries.api.did_exchange.DidExchangeAcceptInvitationFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class DidExchangeAcceptInvitationFilter extends Object implements AcaPyRequestFilter
-
-
Field Summary
-
Fields inherited from interface org.hyperledger.aries.api.AcaPyRequestFilter
log
-
-
Constructor Summary
Constructors Constructor Description DidExchangeAcceptInvitationFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetMyEndpoint()StringgetMyLabel()inthashCode()voidsetMyEndpoint(String myEndpoint)voidsetMyLabel(String myLabel)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
-
-