Class EndorserInfoFilter
- java.lang.Object
-
- org.hyperledger.aries.api.endorser.EndorserInfoFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class EndorserInfoFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEndorserInfoFilter.EndorserInfoFilterBuilder
-
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 EndorserInfoFilter.EndorserInfoFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetConnId()BooleangetCreateTransactionForEndorser()inthashCode()voidsetConnId(String connId)voidsetCreateTransactionForEndorser(Boolean createTransactionForEndorser)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 EndorserInfoFilter.EndorserInfoFilterBuilder builder()
-
getConnId
public String getConnId()
-
getCreateTransactionForEndorser
public Boolean getCreateTransactionForEndorser()
-
setConnId
public void setConnId(String connId)
-
setCreateTransactionForEndorser
public void setCreateTransactionForEndorser(Boolean createTransactionForEndorser)
-
canEqual
protected boolean canEqual(Object other)
-
-