Class ConnectionStartIntroductionFilter
- java.lang.Object
-
- org.hyperledger.aries.api.introduction.ConnectionStartIntroductionFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class ConnectionStartIntroductionFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuilder
-
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 ConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetMessage()@NonNull StringgetTargetConnectionId()inthashCode()voidsetMessage(String message)voidsetTargetConnectionId(@NonNull String targetConnectionId)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 ConnectionStartIntroductionFilter.ConnectionStartIntroductionFilterBuilder builder()
-
getTargetConnectionId
@NonNull public @NonNull String getTargetConnectionId()
-
getMessage
public String getMessage()
-
setTargetConnectionId
public void setTargetConnectionId(@NonNull @NonNull String targetConnectionId)
-
setMessage
public void setMessage(String message)
-
canEqual
protected boolean canEqual(Object other)
-
-