Class DidExchangeCreateRequestFilter
- java.lang.Object
-
- org.hyperledger.aries.api.did_exchange.DidExchangeCreateRequestFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class DidExchangeCreateRequestFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDidExchangeCreateRequestFilter.DidExchangeCreateRequestFilterBuilder
-
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 DidExchangeCreateRequestFilter.DidExchangeCreateRequestFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAlias()Alias for connectionStringgetMediationId()Identifier for active mediation record to be usedStringgetMyEndpoint()My URL endpointStringgetMyLabel()Label for connection requestStringgetTheirPublicDid()Public DID to which to request connectionBooleangetUsePublicDid()Use public did for this connectioninthashCode()voidsetAlias(String alias)Alias for connectionvoidsetMediationId(String mediationId)Identifier for active mediation record to be usedvoidsetMyEndpoint(String myEndpoint)My URL endpointvoidsetMyLabel(String myLabel)Label for connection requestvoidsetTheirPublicDid(String theirPublicDid)Public DID to which to request connectionvoidsetUsePublicDid(Boolean usePublicDid)Use public did for this 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 DidExchangeCreateRequestFilter.DidExchangeCreateRequestFilterBuilder builder()
-
getTheirPublicDid
public String getTheirPublicDid()
Public DID to which to request connection
-
getAlias
public String getAlias()
Alias for connection
-
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 request
-
getUsePublicDid
public Boolean getUsePublicDid()
Use public did for this connection
-
setTheirPublicDid
public void setTheirPublicDid(String theirPublicDid)
Public DID to which to request connection
-
setAlias
public void setAlias(String alias)
Alias 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 request
-
setUsePublicDid
public void setUsePublicDid(Boolean usePublicDid)
Use public did for this connection
-
canEqual
protected boolean canEqual(Object other)
-
-