Class SetEndorserInfoFilter
- java.lang.Object
-
- org.hyperledger.aries.api.endorser.SetEndorserInfoFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class SetEndorserInfoFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetEndorserInfoFilter.SetEndorserInfoFilterBuilder
-
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 SetEndorserInfoFilter.SetEndorserInfoFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetEndorserDid()StringgetEndorserName()inthashCode()voidsetEndorserDid(String endorserDid)voidsetEndorserName(String endorserName)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 SetEndorserInfoFilter.SetEndorserInfoFilterBuilder builder()
-
getEndorserDid
public String getEndorserDid()
-
getEndorserName
public String getEndorserName()
-
setEndorserDid
public void setEndorserDid(String endorserDid)
-
setEndorserName
public void setEndorserName(String endorserName)
-
canEqual
protected boolean canEqual(Object other)
-
-