Class ConnectionAcceptInvitationFilter
- java.lang.Object
-
- org.hyperledger.aries.api.connection.ConnectionAcceptInvitationFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class ConnectionAcceptInvitationFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionAcceptInvitationFilter.ConnectionAcceptInvitationFilterBuilder
-
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 ConnectionAcceptInvitationFilter.ConnectionAcceptInvitationFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetMediationId()Identifier for active mediation record to be usedStringgetMyEndpoint()My URL endpointStringgetMyLabel()Label for connectioninthashCode()voidsetMediationId(String mediationId)Identifier for active mediation record to be usedvoidsetMyEndpoint(String myEndpoint)My URL endpointvoidsetMyLabel(String myLabel)Label for connectionStringtoString()-
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 ConnectionAcceptInvitationFilter.ConnectionAcceptInvitationFilterBuilder builder()
-
getMediationId
public String getMediationId()
Identifier for active mediation record to be used
-
getMyEndpoint
public String getMyEndpoint()
My URL endpoint
-
getMyLabel
public String getMyLabel()
Label for connection
-
setMediationId
public void setMediationId(String mediationId)
Identifier for active mediation record to be used
-
setMyEndpoint
public void setMyEndpoint(String myEndpoint)
My URL endpoint
-
setMyLabel
public void setMyLabel(String myLabel)
Label for connection
-
canEqual
protected boolean canEqual(Object other)
-
-