Package org.hyperledger.aries.api.wallet
Class ListWalletDidFilter
- java.lang.Object
-
- org.hyperledger.aries.api.wallet.ListWalletDidFilter
-
- All Implemented Interfaces:
AcaPyRequestFilter
public class ListWalletDidFilter extends Object implements AcaPyRequestFilter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListWalletDidFilter.ListWalletDidFilterBuilder
-
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 ListWalletDidFilter.ListWalletDidFilterBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDid()did of interestDID.KeyTypeEnumgetKeyType()Key type to query forDID.MethodEnumgetMethod()did method to query forDID.PostureEnumgetPosture()Whether did is current public, or wallet onlyStringgetVerkey()verification key of interestinthashCode()voidsetDid(String did)did of interestvoidsetKeyType(DID.KeyTypeEnum keyType)Key type to query forvoidsetMethod(DID.MethodEnum method)did method to query forvoidsetPosture(DID.PostureEnum posture)Whether did is current public, or wallet onlyvoidsetVerkey(String verkey)verification key of interestStringtoString()-
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 ListWalletDidFilter.ListWalletDidFilterBuilder builder()
-
getDid
public String getDid()
did of interest
-
getKeyType
public DID.KeyTypeEnum getKeyType()
Key type to query for
-
getMethod
public DID.MethodEnum getMethod()
did method to query for
-
getPosture
public DID.PostureEnum getPosture()
Whether did is current public, or wallet only
-
getVerkey
public String getVerkey()
verification key of interest
-
setDid
public void setDid(String did)
did of interest
-
setKeyType
public void setKeyType(DID.KeyTypeEnum keyType)
Key type to query for
-
setMethod
public void setMethod(DID.MethodEnum method)
did method to query for
-
setPosture
public void setPosture(DID.PostureEnum posture)
Whether did is current public, or wallet only
-
setVerkey
public void setVerkey(String verkey)
verification key of interest
-
canEqual
protected boolean canEqual(Object other)
-
-