Class DidExchangeReceiveRequestFilter
- java.lang.Object
-
- org.hyperledger.aries.api.did_exchange.DidExchangeReceiveRequestFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class DidExchangeReceiveRequestFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDidExchangeReceiveRequestFilter.DidExchangeReceiveRequestFilterBuilder
-
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 DidExchangeReceiveRequestFilter.DidExchangeReceiveRequestFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAlias()Alias for connectionBooleangetAutoAccept()Auto-accept connection (defaults to configurationStringgetMediationId()Identifier for active mediation record to be usedStringgetMyEndpoint()My URL endpointinthashCode()voidsetAlias(String alias)Alias for connectionvoidsetAutoAccept(Boolean autoAccept)Auto-accept connection (defaults to configurationvoidsetMediationId(String mediationId)Identifier for active mediation record to be usedvoidsetMyEndpoint(String myEndpoint)My URL endpointStringtoString()-
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 DidExchangeReceiveRequestFilter.DidExchangeReceiveRequestFilterBuilder builder()
-
getAlias
public String getAlias()
Alias for connection
-
getAutoAccept
public Boolean getAutoAccept()
Auto-accept connection (defaults to configuration
-
getMediationId
public String getMediationId()
Identifier for active mediation record to be used
-
getMyEndpoint
public String getMyEndpoint()
My URL endpoint
-
setAlias
public void setAlias(String alias)
Alias for connection
-
setAutoAccept
public void setAutoAccept(Boolean autoAccept)
Auto-accept connection (defaults to configuration
-
setMediationId
public void setMediationId(String mediationId)
Identifier for active mediation record to be used
-
setMyEndpoint
public void setMyEndpoint(String myEndpoint)
My URL endpoint
-
canEqual
protected boolean canEqual(Object other)
-
-