Class APIV1Wallet
- java.lang.Object
-
- com.algorand.algosdk.kmd.client.model.APIV1Wallet
-
public class APIV1Wallet extends Object
APIV1Wallet is the API's representation of a wallet
-
-
Constructor Summary
Constructors Constructor Description APIV1Wallet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIV1WalletaddSupportedTxsItem(String supportedTxsItem)APIV1WalletdriverName(String driverName)APIV1WalletdriverVersion(Long driverVersion)booleanequals(Object o)StringgetDriverName()Get driverNameLonggetDriverVersion()Get driverVersionStringgetId()Get idStringgetName()Get nameList<String>getSupportedTxs()Get supportedTxsinthashCode()APIV1Walletid(String id)BooleanisMnemonicUx()Get mnemonicUxAPIV1WalletmnemonicUx(Boolean mnemonicUx)APIV1Walletname(String name)voidsetDriverName(String driverName)voidsetDriverVersion(Long driverVersion)voidsetId(String id)voidsetMnemonicUx(Boolean mnemonicUx)voidsetName(String name)voidsetSupportedTxs(List<String> supportedTxs)APIV1WalletsupportedTxs(List<String> supportedTxs)StringtoString()
-
-
-
Method Detail
-
driverName
public APIV1Wallet driverName(String driverName)
-
getDriverName
public String getDriverName()
Get driverName- Returns:
- driverName
-
setDriverName
public void setDriverName(String driverName)
-
driverVersion
public APIV1Wallet driverVersion(Long driverVersion)
-
getDriverVersion
public Long getDriverVersion()
Get driverVersion- Returns:
- driverVersion
-
setDriverVersion
public void setDriverVersion(Long driverVersion)
-
id
public APIV1Wallet id(String id)
-
getId
public String getId()
Get id- Returns:
- id
-
setId
public void setId(String id)
-
mnemonicUx
public APIV1Wallet mnemonicUx(Boolean mnemonicUx)
-
isMnemonicUx
public Boolean isMnemonicUx()
Get mnemonicUx- Returns:
- mnemonicUx
-
setMnemonicUx
public void setMnemonicUx(Boolean mnemonicUx)
-
name
public APIV1Wallet name(String name)
-
getName
public String getName()
Get name- Returns:
- name
-
setName
public void setName(String name)
-
supportedTxs
public APIV1Wallet supportedTxs(List<String> supportedTxs)
-
addSupportedTxsItem
public APIV1Wallet addSupportedTxsItem(String supportedTxsItem)
-
-